Skip to content

Commit

Permalink
0.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rohithasrk committed Feb 20, 2018
1 parent 851ac6e commit c106914
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
Changelog
=========

Version 0.2.0 [unreleased]
Version 0.2.0 [2018-02-20]
--------------------------

WIP
- `cb7366 <https://github.com/openwisp/openwisp-network-topology/commit/cb7366>`_:
[migrations] Added a migration file for link_status_changed and openvpn_parser
- `#22 <https://github.com/openwisp/openwisp-network-topology/pull/22>`_:
Added support to django 2.0
- `d40032 <https://github.com/openwisp/openwisp-network-topology/commit/d40032>`_:
[qa] Fixed variable name error
- `de45b6 <https://github.com/openwisp/openwisp-network-topology/commit/de45b6>`_:
Upgraded code according to latest django-netjsongraph 0.4.0 changes
- `#17 <https://github.com/openwisp/openwisp-network-topology/pull/17>`_:
Integrated topology history feature from django-netjsongraph

Version 0.1.2 [2017-07-22]
--------------------------
Expand Down
2 changes: 1 addition & 1 deletion openwisp_network_topology/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (0, 2, 0, 'alpha')
VERSION = (0, 2, 0, 'final')
__version__ = VERSION # alias


Expand Down

0 comments on commit c106914

Please sign in to comment.