diff --git a/docs/changes.rst b/docs/changes.rst index e667692d..0f84d105 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -5,6 +5,30 @@ Change log ========== +pywbemtools 0.7.0 +----------------- + +This version is currently in development and is shown as |version|. + +This version contains all fixes up to pywbemtools 0.6.x. + +Released: not yet + +**Incompatible changes:** + +**Deprecations:** + +**Bug fixes:** + +**Enhancements:** + +**Known issues:** + +* See `list of open issues`_. + +.. _`list of open issues`: https://github.com/pywbem/pywbemtools/issues + + pywbemtools 0.6.0 ----------------- diff --git a/pywbemtools/_version.py b/pywbemtools/_version.py index baf57432..75c7b2b6 100644 --- a/pywbemtools/_version.py +++ b/pywbemtools/_version.py @@ -25,4 +25,4 @@ #: #: * "M.N.P.devD": Development level D of a not yet released version M.N.P #: * "M.N.P": A released version M.N.P -__version__ = '0.6.0' +__version__ = '0.7.0'