Skip to content

Commit

Permalink
Version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zerc committed Apr 7, 2018
1 parent e7957cf commit 3d1e6aa
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
0.5
- Support Python3 and Django 2.0.x

0.4
- Support (kind of) 1.8 <= Django < 2.0

Expand Down
13 changes: 9 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='django-light-draft',
version='0.4.0',
version='0.5.0',
author='Vladimir Savin',
author_email='[email protected]',

Expand All @@ -19,13 +19,18 @@
],

classifiers=[
'Development Status :: 3 - Alpha',
'Development Status :: 4 - Beta',
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',

'Framework :: Django',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: Implementation :: CPython',
'Framework :: Django :: 1.10',
'Framework :: Django :: 1.11',
'Framework :: Django :: 1.8',
'Framework :: Django :: 1.9',
'Framework :: Django :: 2.0',
'Environment :: Web Environment',
'Intended Audience :: Developers',
'Topic :: Internet :: WWW/HTTP',
Expand Down

0 comments on commit 3d1e6aa

Please sign in to comment.