Skip to content
This repository was archived by the owner on Jun 27, 2020. It is now read-only.

Commit a05e2ad

Browse files
committed
0.4.2 release
1 parent 1f03644 commit a05e2ad

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

CHANGES.rst

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

4-
Version 0.4.2 [unreleased]
4+
Version 0.4.2 [2017-02-19]
55
--------------------------
66

7-
WIP
7+
- [requirements] openwisp-utils>=0.2,<0.3
88

99
Version 0.4.1 [2017-02-19]
1010
--------------------------
@@ -23,7 +23,6 @@ Version 0.4.1 [2017-02-19]
2323
Version 0.4.0 [2017-12-28]
2424
--------------------------
2525

26-
2726
- `#72 <https://github.com/netjson/django-netjsongraph/pull/72>`_:
2827
[requirements] Upgrade netdiff to 0.6.0
2928
- `e67286 <https://github.com/netjson/django-netjsongraph/commit/e67286>`_:

django_netjsongraph/__init__.py

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

44

0 commit comments

Comments
 (0)