Skip to content

Commit cad3b53

Browse files
committed
Bumped VERSION to 0.6.0
1 parent ecd5ca6 commit cad3b53

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

CHANGES.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11
Changelog
22
=========
33

4+
Version 0.6.0 [unreleased]
5+
--------------------------
6+
7+
Features
8+
~~~~~~~~
9+
10+
- Allowed authentication with email or phone number,
11+
see `Authentication Backend <https://github.com/openwisp/openwisp-users#authentication-backend>`_
12+
13+
Changes
14+
~~~~~~~
15+
16+
- Improved or removed empty label for organization field
17+
18+
Bugfixes
19+
~~~~~~~~
20+
21+
N/A
22+
423
Version 0.5.1 [2020-12-13]
524
--------------------------
625

openwisp_users/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (0, 5, 1, 'final')
1+
VERSION = (0, 6, 0, 'alpha')
22
__version__ = VERSION # alias
33

44
default_app_config = 'openwisp_users.apps.OpenwispUsersConfig'

0 commit comments

Comments
 (0)