From: Timo Tietavainen Date: Mon, 13 Jan 2020 22:01:37 +0000 (+0200) Subject: Version bump to version 2.0.2 X-Git-Tag: 2.0.2~1 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=a44a10fd38f8b1bea2e67a4f2e18612b6ec94061;p=ric-plt%2Fsdlpy.git Version bump to version 2.0.2 Version bump is needed to do to get ricsdl released out properly to [test]pypi.org. Signed-off-by: Timo Tietavainen Change-Id: Ie5f863495932aec8cdc705b6e0d1c2ae20093e5a --- diff --git a/docs/release-notes.rst b/docs/release-notes.rst index c7b927d..007bf35 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -33,6 +33,10 @@ This document provides the release notes of the ricsdl library. Version history --------------- +[2.0.2] - 2020-01-14 + +* Version bump. + [2.0.1] - 2020-01-13 * Add a fake database backend implementation to be used only for testing diff --git a/ricsdl-package/ricsdl/__init__.py b/ricsdl-package/ricsdl/__init__.py index b527b88..726caf6 100644 --- a/ricsdl-package/ricsdl/__init__.py +++ b/ricsdl-package/ricsdl/__init__.py @@ -31,7 +31,7 @@ from .exceptions import ( ) -__version__ = '2.0.1' +__version__ = '2.0.2' __all__ = [