Skip to content

Commit

Permalink
0.1.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Mar 15, 2017
1 parent b93de81 commit f9605ad
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
Changelog
=========

Version 0.1.3 [unreleased]
Version 0.1.3 [2017-03-15]
--------------------------

WIP
- `f9056e9 <https://github.com/openwisp/openwisp-users/commit/f9056e9>`_:
[admin] Always require email
- `c21c782 <https://github.com/openwisp/openwisp-users/commit/c21c782>`_:
[mixins] Fixed bugged org pk comparison in ``_validate_org_relation``
- `763c261 <https://github.com/openwisp/openwisp-users/commit/763c261>`_:
[accounts] Added back frontend logout url
- `b93de81 <https://github.com/openwisp/openwisp-users/commit/b93de81>`_:
[admin] Added back site model

Version 0.1.2 [2017-03-10]
--------------------------
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, 3, 'alpha')
VERSION = (0, 1, 3, 'final')
__version__ = VERSION # alias

default_app_config = 'openwisp_users.apps.OpenwispUsersConfig'
Expand Down

0 comments on commit f9605ad

Please sign in to comment.