H release step 1 of 2 03/11303/1
authorczichy <thoralf.czichy@nokia.com>
Thu, 8 Jun 2023 11:58:46 +0000 (14:58 +0300)
committerczichy <thoralf.czichy@nokia.com>
Thu, 8 Jun 2023 11:58:46 +0000 (14:58 +0300)
Change-Id: I21f7d53eed75717e340dbf9fffe9c14e7c6d20aa
Signed-off-by: czichy <thoralf.czichy@nokia.com>
docs/release-notes.rst
ricsdl-package/ricsdl/__init__.py

index 6824905..c1aa976 100644 (file)
@@ -33,6 +33,10 @@ This document provides the release notes of the ricsdl library.
 Version history
 ---------------
 
+[3.1.3] - 2023-06-08
+
+* Bump Python version to 3.9.
+
 [3.1.2] - 2022-12-12
 
 * correcting whitespaces
index a12c40c..25b61b5 100644 (file)
@@ -31,7 +31,7 @@ from .exceptions import (
 )
 
 
-__version__ = '3.1.2'
+__version__ = '3.1.3'
 
 
 __all__ = [