Version bump to version 2.0.2 07/2207/1
authorTimo Tietavainen <timo.tietavainen@nokia.com>
Mon, 13 Jan 2020 22:01:37 +0000 (00:01 +0200)
committerTimo Tietavainen <timo.tietavainen@nokia.com>
Mon, 13 Jan 2020 22:01:37 +0000 (00:01 +0200)
Version bump is needed to do to get ricsdl released out
properly to [test]pypi.org.

Signed-off-by: Timo Tietavainen <timo.tietavainen@nokia.com>
Change-Id: Ie5f863495932aec8cdc705b6e0d1c2ae20093e5a

docs/release-notes.rst
ricsdl-package/ricsdl/__init__.py

index c7b927d..007bf35 100644 (file)
@@ -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
index b527b88..726caf6 100644 (file)
@@ -31,7 +31,7 @@ from .exceptions import (
 )
 
 
-__version__ = '2.0.1'
+__version__ = '2.0.2'
 
 
 __all__ = [