Skip to content

Commit 40306b7

Browse files
committed
0.2 release
1 parent db49ca6 commit 40306b7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.rst

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
=========
33

4+
Version 0.2 [2015-01-14]
5+
------------------------
6+
7+
- `#1 <https://github.com/openwisp/django-netjsonconfig/issues/1>`_:
8+
upgraded to django-netjsonconfig 0.2
9+
410
Version 0.1 [2015-12-21]
511
------------------------
612

owm_legacy/__init__.py

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

44

0 commit comments

Comments
 (0)