Skip to content

Commit

Permalink
0.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Feb 5, 2020
1 parent 3162cd4 commit b9ab2f4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changelog
=========

Version 0.5.0 [2020-02-05]
--------------------------

- [deps] Upgraded to django 3, upgraded dependencies
- [deps] Dropped support for python 2
- [x509] Fixed serial number max length (imported from django-x509)
- [admin] Fixed bug that caused organization field to be missing
when importing a CA or certificate

Version 0.4.0 [2020-01-09]
--------------------------

Expand Down
2 changes: 1 addition & 1 deletion openwisp_controller/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (0, 4, 0, 'final')
VERSION = (0, 5, 0, 'final')
__version__ = VERSION # alias


Expand Down

0 comments on commit b9ab2f4

Please sign in to comment.