Skip to content

Commit

Permalink
Update changelog, add supported Python versions to setup.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
alga committed Feb 26, 2013
1 parent 19f9845 commit a56cb1a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGES.txt
Expand Up @@ -5,7 +5,9 @@ CHANGES
1.0.1 (unreleased)
------------------

- Nothing changed yet.
- Added support for Python 3.3, dropped support for Python 2.5 and below.

- Got rid of testing dependencies on z3.testing and zope.app.testing.


1.0.0 (2012-08-09)
Expand Down
5 changes: 5 additions & 0 deletions setup.py
Expand Up @@ -51,6 +51,11 @@ def read(*rnames):
'Intended Audience :: Developers',
'License :: OSI Approved :: Zope Public License',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Natural Language :: English',
'Operating System :: OS Independent',
'Topic :: Internet :: WWW/HTTP',
Expand Down

0 comments on commit a56cb1a

Please sign in to comment.