diff --git a/CHANGES.rst b/CHANGES.rst index b1dbdec..bf6dde9 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,8 +8,8 @@ migrations for that version). For upgrading and migration help, please see the docs that match the version you are upgrading to. -Release 0.11.0 (not released yet) ---------------------------------- +Release 0.11.0 +-------------- New Features: diff --git a/nsupdate/__init__.py b/nsupdate/__init__.py index b223fb9..46c18aa 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, 10, 0) +version = Version(0, 11, 0)