Skip to content

Commit 8544f41

Browse files
committed
0.1.2 release
1 parent da147f7 commit 8544f41

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGES.rst

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

4-
Version 0.1.2 [unreleased]
4+
Version 0.1.2 [2017-03-15]
55
--------------------------
66

7-
WIP
7+
- `3c61053 <https://github.com/openwisp/openwisp-controller/commit/3c61053>`_:
8+
[admin] Ensure preview button is present
9+
- `0087483 <https://github.com/openwisp/openwisp-controller/commit/0087483>`_:
10+
[models] Converted ``OrganizationConfigSettings`` to UUID primary key
811

912
Version 0.1.1 [2017-03-10]
1013
--------------------------

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, 1, 2, 'alpha')
1+
VERSION = (0, 1, 2, 'final')
22
__version__ = VERSION # alias
33

44

0 commit comments

Comments
 (0)