-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
05f2cb5
commit dc06ec7
Showing
2 changed files
with
21 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |