Skip to content

Commit

Permalink
0.6.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Jan 10, 2020
1 parent dbbbce6 commit f489163
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ install:

# command to run qa-checks
before_script:
- openwisp-utils-qa-checks --skip-migrations
- openwisp-utils-qa-checks --skip-checkmigrations --skip-checkmakemigrations

# command to run tests, e.g. python setup.py test
script:
- nosetests --with-coverage --cover-package=netdiff
Expand Down
6 changes: 4 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
Changelog
=========

Version 0.6.1 [unreleased]
Version 0.6.1 [10-01-2019]
--------------------------

WIP
- Added ``DiGraph`` support for NetJsonParser
- Updated networkx version
- [openvpn] Ignore UNDEF nodes

Version 0.6.0 [27-12-2017]
--------------------------
Expand Down
2 changes: 1 addition & 1 deletion netdiff/info.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (0, 6, 1, 'alpha')
VERSION = (0, 6, 1, 'final')
__version__ = VERSION


Expand Down

0 comments on commit f489163

Please sign in to comment.