From 7396abf6cf9c257233a6a4c281ab6172537e38a8 Mon Sep 17 00:00:00 2001 From: Philip Bauer Date: Tue, 18 Sep 2018 15:19:40 +0200 Subject: [PATCH] add changenote and classifiers --- CHANGES.rst | 11 ++--------- setup.py | 3 +++ 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 0f3895a..74f80da 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,6 @@ Changelog ========= -3.0.6 (unreleased) 3.0.7 (unreleased) ------------------ @@ -23,18 +22,12 @@ Bug fixes: This is a follow up to `issue 476 `_. [iham] +- Fix commenting and tests in python 3. + [pbauer] 3.0.6 (2018-06-18) ------------------ -Breaking changes: - -- *add item here* - -New features: - -- *add item here* - Bug fixes: - Fix tests to work with merges plone.login. diff --git a/setup.py b/setup.py index 29d217c..4544405 100644 --- a/setup.py +++ b/setup.py @@ -37,9 +37,12 @@ setup(name='plone.app.discussion', 'Framework :: Plone', 'Framework :: Plone :: 5.0', 'Framework :: Plone :: 5.1', + 'Framework :: Plone :: 5.2', 'License :: OSI Approved :: GNU General Public License (GPL)', 'Programming Language :: Python', 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', ], keywords='plone discussion', author='Timo Stollenwerk - Plone Foundation',