Skip to content

Commit

Permalink
Updated for 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielquinn committed Feb 20, 2018
1 parent 05f2cb5 commit dc06ec7
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Changelog
#########

0.2.0
=====

* Updated to play nice with Django 2.0 thanks to pull-request `#9`_ from
`spaceriqui`_.
* At this stage Only Django 1.11+ will be supported, though it may still work
with older versions as far back as 1.8.

0.1.0
=====

* Initial release

.. _spacerqui: https://github.com/spaceriqui

.. _#9: https://github.com/danielquinn/django-encrypted-filefield/pull/9

2 changes: 1 addition & 1 deletion django_encrypted_filefield/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from .checks import constants_check, fetch_url_check

__version__ = (0, 1, 3)
__version__ = (0, 2, 0)

0 comments on commit dc06ec7

Please sign in to comment.