From 95a168f5059c18e414ba5e2994e7d3ab02e791fa Mon Sep 17 00:00:00 2001 From: Ajay Tripathi Date: Thu, 27 Feb 2020 02:24:59 +0530 Subject: [PATCH] 0.3.1 release Verison 0.3.1 [2020-02-26] -------------------------- - bumped min openwisp-utils 0.4.3 - bumped django-netjsongraph 0.6.1 Signed-off-by: Ajay Tripathi --- CHANGES.rst | 6 ++++++ openwisp_network_topology/__init__.py | 2 +- requirements.txt | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 77ed46f3..23f1de5d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,12 @@ Changelog ========= +Verison 0.3.1 [2020-02-26] +-------------------------- + +- bumped min openwisp-utils 0.4.3 +- bumped django-netjsongraph 0.6.1 + Verison 0.3.0 [2020-02-06] -------------------------- diff --git a/openwisp_network_topology/__init__.py b/openwisp_network_topology/__init__.py index 1a6b0e02..414b6cbc 100644 --- a/openwisp_network_topology/__init__.py +++ b/openwisp_network_topology/__init__.py @@ -1,4 +1,4 @@ -VERSION = (0, 3, 0, 'final') +VERSION = (0, 3, 1, 'final') __version__ = VERSION # alias diff --git a/requirements.txt b/requirements.txt index 9941f800..bcbeff0a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -django-netjsongraph>=0.6.0,<0.7.0 +django-netjsongraph>=0.6.1,<0.7.0 openwisp-users>=0.2.0,<0.3 -openwisp-utils>=0.4.2,<0.5.0 +openwisp-utils>=0.4.3,<0.5.0