Skip to content

Commit 75a77ef

Browse files
committed
0.7.0 release
1 parent 85dde64 commit 75a77ef

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGES.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
Change log
22
==========
33

4-
Version 0.7.0 [unreleased]
4+
Version 0.7.0 [2020-01-14]
55
--------------------------
66

7-
WIP
7+
- Dropped support for python 2.7
8+
- Updated github buttons in documentation which were causing an unintended redirect
9+
- Updated the jsonschema library to version 3.x
810

911
Version 0.6.4 [2019-12-09]
1012
--------------------------

netjsonconfig/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (0, 7, 0, 'alpha')
1+
VERSION = (0, 7, 0, 'final')
22
__version__ = VERSION
33

44

0 commit comments

Comments
 (0)