Skip to content

Commit 962c656

Browse files
committed
0.1.3 release
1 parent db77ae7 commit 962c656

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.1.3 [unreleased]
4+
Version 0.1.3 [2017-03-11]
55
--------------------------
66

7-
WIP
7+
- `db77ae7 <https://github.com/openwisp/openwisp-controller/commit/db77ae7>`_:
8+
[controller] Added "error: " prefix in error responses
89

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

44

0 commit comments

Comments
 (0)