Skip to content

Commit

Permalink
add changenote and classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
pbauer committed Sep 17, 2018
1 parent 33bd03f commit ad0a909
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ New features:

- Target Zope 4 (test changes only).

- Python 3 compatibility
[pbauer, matthewwilkes, fgrcon, jensens]

Bug fixes:

- Prepare for Python 2 / 3 compatibility
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@
classifiers=[
"Framework :: Plone",
"Framework :: Plone :: 5.1",
# "Framework :: Plone :: 5.2",
"Framework :: Plone :: 5.2",
"Programming Language :: Python",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Topic :: Software Development :: Libraries :: Python Modules",
"License :: OSI Approved :: BSD License",
],
Expand Down

1 comment on commit ad0a909

@jenkins-plone-org

This comment was marked as outdated.

Please sign in to comment.