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

Commit 0001cca

Browse files
committed
0.4.3 release
1 parent 9019390 commit 0001cca

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGES.rst

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

4+
Version 0.4.3 [2017-02-24]
5+
--------------------------
6+
7+
- `#62 <https://github.com/netjson/django-netjsongraph/pull/62>`_:
8+
[bug] Fixed bug related to addresses formatting
9+
- `#77 <https://github.com/netjson/django-netjsongraph/pull/77>`_:
10+
[admin] Update topology action now ignores topologies with RECEIVE strategy
11+
- `#78 <https://github.com/netjson/django-netjsongraph/pull/78>`_:
12+
[feature] Addd automatic removal of old nodes with ``NETJSONGRAPH_NODE_EXPIRATION``
13+
414
Version 0.4.2 [2017-02-19]
515
--------------------------
616

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

44

0 commit comments

Comments
 (0)