From 78bab519da9e9feead43276d41a46a3a25c70cce Mon Sep 17 00:00:00 2001 From: Ajay Tripathi Date: Fri, 5 Jun 2020 23:13:26 +0530 Subject: [PATCH] 0.3.2 release - [add] Support for openwisp-utils~=0.5.0 - [fix] swagger API fix for serializer --- .travis.yml | 2 -- CHANGES.rst | 6 ++++++ openwisp_network_topology/__init__.py | 2 +- requirements-test.txt | 2 +- requirements.txt | 2 +- 5 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 80b51619..f712eb98 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,8 +17,6 @@ install: - pip install $DJANGO - python setup.py -q develop - pip install -r requirements-test.txt - # TODO remove after openwisp-utils release - - pip install --upgrade https://github.com/openwisp/openwisp-utils/tarball/master#egg=openwisp_utils[qa] script: - coverage run --source=openwisp_network_topology runtests.py diff --git a/CHANGES.rst b/CHANGES.rst index 23f1de5d..5a49df1e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,12 @@ Changelog ========= +Verison 0.3.2 [2020-06-02] +-------------------------- + +- [add] Support for openwisp-utils~=0.5.0 +- [fix] swagger API fix for serializer + Verison 0.3.1 [2020-02-26] -------------------------- diff --git a/openwisp_network_topology/__init__.py b/openwisp_network_topology/__init__.py index 414b6cbc..16534dd3 100644 --- a/openwisp_network_topology/__init__.py +++ b/openwisp_network_topology/__init__.py @@ -1,4 +1,4 @@ -VERSION = (0, 3, 1, 'final') +VERSION = (0, 3, 2, 'final') __version__ = VERSION # alias diff --git a/requirements-test.txt b/requirements-test.txt index 1fa5858f..a98f8474 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,4 +1,4 @@ coveralls responses freezegun -openwisp-utils[qa]>=0.3.2 +openwisp-utils[qa]~=0.5.0 diff --git a/requirements.txt b/requirements.txt index bcbeff0a..c14079e9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ django-netjsongraph>=0.6.1,<0.7.0 openwisp-users>=0.2.0,<0.3 -openwisp-utils>=0.4.3,<0.5.0 +openwisp-utils~=0.5.0