diff --git a/CHANGES.rst b/CHANGES.rst index 860ed2e..5c7cff5 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ ChangeLog ========= -Release +Release 0.7.0 ------------- Important notes: diff --git a/nsupdate/__init__.py b/nsupdate/__init__.py index ecbe303..611a882 100644 --- a/nsupdate/__init__.py +++ b/nsupdate/__init__.py @@ -62,4 +62,4 @@ class Version(tuple): # pragma: no cover return version_str -version = Version(0, 6, 0) +version = Version(0, 7, 0)