diff --git a/CHANGES.rst b/CHANGES.rst index bbdabdd..0f48ce5 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,14 @@ Changelog ========= +Version 0.1.1 [2015-12-27] +-------------------------- + +- added possibility to unpublish topologies +- added admin actions for topology admin: unpublish, publish and update +- update topology attributes (protocol, version, metric) when latest data is retrieved +- improved update method of ``Topology`` model + Version 0.1 [2015-12-23] ------------------------ diff --git a/django_netjsongraph/__init__.py b/django_netjsongraph/__init__.py index d51931d..2fbfbeb 100644 --- a/django_netjsongraph/__init__.py +++ b/django_netjsongraph/__init__.py @@ -1,4 +1,4 @@ -VERSION = (0, 1, 1, 'alpha') +VERSION = (0, 1, 1, 'final') __version__ = VERSION # alias