From: czichy Date: Thu, 8 Jun 2023 11:58:46 +0000 (+0300) Subject: H release step 1 of 2 X-Git-Tag: 3.1.3~1 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=ric-plt%2Fsdlpy.git;a=commitdiff_plain;h=8696adcfeaec7a446e827d2cd33b5fddd2df7a81 H release step 1 of 2 Change-Id: I21f7d53eed75717e340dbf9fffe9c14e7c6d20aa Signed-off-by: czichy --- diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 6824905..c1aa976 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 --------------- +[3.1.3] - 2023-06-08 + +* Bump Python version to 3.9. + [3.1.2] - 2022-12-12 * correcting whitespaces diff --git a/ricsdl-package/ricsdl/__init__.py b/ricsdl-package/ricsdl/__init__.py index a12c40c..25b61b5 100644 --- a/ricsdl-package/ricsdl/__init__.py +++ b/ricsdl-package/ricsdl/__init__.py @@ -31,7 +31,7 @@ from .exceptions import ( ) -__version__ = '3.1.2' +__version__ = '3.1.3' __all__ = [