diff --git a/README.rst b/README.rst index 402eed9d6..78ded8efe 100644 --- a/README.rst +++ b/README.rst @@ -227,11 +227,11 @@ release. Planned Next Release -------------------- -Pywbem 0.11.0 is in development and is expected to be released in Q2 of 2017 +Pywbem 0.12.0 is in development. -Pywbem github `Issue 633`_ defines the basic direction for release 0.11.0 +Pywbem github `Issue 771`_ defines the basic direction for release 0.12.0 -.. _Issue 633: https://github.com/pywbem/pywbem/issues/633 +.. _Issue 771: https://github.com/pywbem/pywbem/issues/771 Contributing ------------ diff --git a/docs/changes.rst b/docs/changes.rst index 2b589b83a..b329b2d20 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -15,14 +15,16 @@ contains the `master` branch up to this commit: :revisions: 1 -pywbem v0.11.0.dev0 -------------------- +pywbem v0.11.0 +-------------- -Released: Not yet +Released: 2017-09-27 Incompatible changes ^^^^^^^^^^^^^^^^^^^^ +None + Enhancements ^^^^^^^^^^^^ diff --git a/pywbem/_version.py b/pywbem/_version.py index 464d9cd70..d3c4f5e57 100644 --- a/pywbem/_version.py +++ b/pywbem/_version.py @@ -31,4 +31,4 @@ #: * "M.N.U.rcX": Release candidate X of future M.N.U release (not released to #: PyPI) #: * "M.N.U": The final M.N.U release -__version__ = '0.11.0.dev0' +__version__ = '0.11.0'