Update setup.py python versions / langauge in changelog
This commit is contained in:
parent
3537897fc5
commit
1e1e48732a
@ -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)
|
||||||
|
1
setup.py
1
setup.py
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user