-
-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
4 changed files
with
13 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |