Skip to content

Commit 63b209c

Browse files
committed
0.2.5 release
1 parent 678424c commit 63b209c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGES.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
Changelog
22
=========
33

4-
Version 0.2.5 [unreleased]
4+
Version 0.2.5 [2017-12-02]
55
--------------------------
66

7-
WIP
7+
- `#21 <https://github.com/openwisp/openwisp-controller/issues/21>`_:
8+
[admin] Added a link to password reset in login form
89

910
Version 0.2.4 [2017-11-07]
1011
--------------------------

openwisp_controller/__init__.py

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

44

0 commit comments

Comments
 (0)