From a1985dfdef6878056cf278b0016348253976fc08 Mon Sep 17 00:00:00 2001 From: Peter Hamilton Date: Thu, 17 May 2018 19:23:34 -0400 Subject: [PATCH] Update the PyKMIP library version to 0.9.dev0 This change updates the library version to the next dev version, updating the changelog to reflect this change. --- CHANGELOG.rst | 7 +++++++ kmip/version.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index bfd7af2..d45cbef 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,13 @@ Changelog ========= +.. _v0.9: + +0.9 - `master`_ +~~~~~~~~~~~~~~~ + +.. note:: This version is not yet released and is under active development. + .. _v0.8: 0.8 - May 18, 2018 diff --git a/kmip/version.py b/kmip/version.py index 3ef8e48..0dfb74c 100644 --- a/kmip/version.py +++ b/kmip/version.py @@ -13,4 +13,4 @@ # License for the specific language governing permissions and limitations # under the License. -__version__ = '0.8.0' +__version__ = '0.9.dev0'