Skip to content

Commit

Permalink
0.3.0 release
Browse files Browse the repository at this point in the history
Verison 0.3.0 [2020-02-06]
--------------------------

- Dropped support python 3.5 and below
- Dropped support django 2.1 and below
- Dropped support openwisp-users below 0.2.0
- Dropped support openwisp-utils 0.4.1 and below
- Dropped support django-netjsongraph below 0.6.0
- Added support for django 3.0

Signed-off-by: Ajay Tripathi <[email protected]>
  • Loading branch information
atb00ker committed Feb 7, 2020
1 parent feb7648 commit 77a8b08
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ branches:

install:
- pip install $DJANGO
- pip install -e git+git://github.com/openwisp/django-netjsongraph#egg=django-netjsongraph
- python setup.py -q develop
- pip install -r requirements-test.txt

Expand Down
10 changes: 10 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
Changelog
=========

Verison 0.3.0 [2020-02-06]
--------------------------

- Dropped support python 3.5 and below
- Dropped support django 2.1 and below
- Dropped support openwisp-users below 0.2.0
- Dropped support openwisp-utils 0.4.1 and below
- Dropped support django-netjsongraph below 0.6.0
- Added support for django 3.0

Verison 0.2.2 [2020-01-13]
--------------------------

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


Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
django-netjsongraph>=0.5.0,<0.6.0
django-netjsongraph>=0.6.0,<0.7.0
openwisp-users>=0.2.0,<0.3
openwisp-utils>=0.4.0,<0.5.0
openwisp-utils>=0.4.2,<0.5.0

0 comments on commit 77a8b08

Please sign in to comment.