Skip to content

Commit 8f5ebf5

Browse files
committed
0.4.5 release
1 parent d23d8fb commit 8f5ebf5

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGES.rst

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
Change log
22
==========
33

4-
Version 0.4.5 [unreleased]
4+
Version 0.4.5 [2016-09-05]
55
--------------------------
66

7-
WIP
7+
- `#53 <https://github.com/openwisp/netjsonconfig/issues/53>`_: [docs] avoid ambiguity on dashes in context
8+
- `#52 <https://github.com/openwisp/netjsonconfig/pull/52>`_: [schema] added countries list as ``enum``
9+
for radios (thanks to `@zachantre <https://github.com/zachantre>`_)
810

911
Version 0.4.4 [2016-06-27]
1012
--------------------------

netjsonconfig/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (0, 4, 5, 'alpha')
1+
VERSION = (0, 4, 5, 'final')
22
__version__ = VERSION
33

44

0 commit comments

Comments
 (0)