Skip to content

Commit

Permalink
Version 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zerc committed Jul 27, 2019
1 parent c2401ff commit 0e51548
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.6.1
- Fixed bug with missing CSRF token in Django 2.x
- Added integrational tests
- Added `VERSION` variable

0.6
- Django Cache Framework instead of custom files-based solution.
The old way is deprecated. All new writes go to the cache specified.
Expand Down
1 change: 1 addition & 0 deletions light_draft/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
VERSION = (0, 6, 1)
4 changes: 3 additions & 1 deletion 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.6.0',
version='0.6.1',
author='Vladimir Savin',
author_email='[email protected]',

Expand Down Expand Up @@ -31,6 +31,8 @@
'Framework :: Django :: 1.8',
'Framework :: Django :: 1.9',
'Framework :: Django :: 2.0',
'Framework :: Django :: 2.1',
'Framework :: Django :: 2.2',
'Environment :: Web Environment',
'Intended Audience :: Developers',
'Topic :: Internet :: WWW/HTTP',
Expand Down

0 comments on commit 0e51548

Please sign in to comment.