Skip to content

Commit

Permalink
0.3.2 release
Browse files Browse the repository at this point in the history
- [add] Support for openwisp-utils~=0.5.0
- [fix] swagger API fix for serializer
  • Loading branch information
atb00ker authored Jun 5, 2020
1 parent a0c5d59 commit 78bab51
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -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]
--------------------------

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


Expand Down
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
coveralls
responses
freezegun
openwisp-utils[qa]>=0.3.2
openwisp-utils[qa]~=0.5.0
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 78bab51

Please sign in to comment.