Update setup.py python versions / langauge in changelog

This commit is contained in:
Ross Lawley 2013-04-23 15:33:38 +00:00
parent 3537897fc5
commit 1e1e48732a
2 changed files with 1 additions and 2 deletions

View File

@ -4,7 +4,7 @@ Changelog
Changes in 0.8.X Changes in 0.8.X
================ ================
- ImageFields now support inline replacements (#86) - Added ImageField support for inline replacements (#86)
- Added SequenceField.set_next_value(value) helper (#159) - Added SequenceField.set_next_value(value) helper (#159)
- Updated .only() behaviour - now like exclude it is chainable (#202) - Updated .only() behaviour - now like exclude it is chainable (#202)
- Added with_limit_and_skip support to count() (#235) - Added with_limit_and_skip support to count() (#235)

View File

@ -38,7 +38,6 @@ CLASSIFIERS = [
'Operating System :: OS Independent', 'Operating System :: OS Independent',
'Programming Language :: Python', 'Programming Language :: Python',
"Programming Language :: Python :: 2", "Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.5",
"Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7", "Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",