Skip to content

Commit 289eb2c

Browse files
committed
0.7.0 release
1 parent 29d97f0 commit 289eb2c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.rst

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

4+
Version 0.7.0 [15-01-2019]
5+
--------------------------
6+
7+
- Dropped support for python 2
8+
49
Version 0.6.1 [10-01-2019]
510
--------------------------
611

netdiff/info.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (0, 6, 1, 'final')
1+
VERSION = (0, 7, 0, 'final')
22
__version__ = VERSION
33

44

0 commit comments

Comments
 (0)