Skip to content

Commit

Permalink
0.1.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Dec 2, 2017
1 parent c5b648e commit 4ec2ab9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

Version 0.1.6 [2017-12-02]
--------------------------

- `c5b648e <https://github.com/openwisp/openwisp-users/commit/c5b648e>`_:
[mixins] Extracted logic of ``OrgMixin`` to ``ValidateOrgMixin``

Version 0.1.5 [2017-08-29]
--------------------------

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

default_app_config = 'openwisp_users.apps.OpenwispUsersConfig'
Expand Down

0 comments on commit 4ec2ab9

Please sign in to comment.