diff --git a/CHANGES.rst b/CHANGES.rst index c6d384d..bde96d2 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ ChangeLog ========= -Release +Release 0.6.0 ------------- Important notes: diff --git a/nsupdate/__init__.py b/nsupdate/__init__.py index a6733d4..ecbe303 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, 5, 0) +version = Version(0, 6, 0)