xapp-frame-py version number upgrading from 3.0.1 to 3.0.2 32/7432/3
authorAlexandre Huff <alexandrehuff@utfpr.edu.br>
Wed, 22 Dec 2021 00:05:29 +0000 (21:05 -0300)
committerAlexandre Huff <alexandrehuff@utfpr.edu.br>
Wed, 22 Dec 2021 00:05:29 +0000 (21:05 -0300)
Issue-ID: RIC-862

Signed-off-by: Alexandre Huff <alexandrehuff@utfpr.edu.br>
Change-Id: Ic7a8521e523d4ac5c750130717876e0a903e67e3

docs/release-notes.rst
setup.py

index 2a40b55..939d2a4 100644 (file)
@@ -10,6 +10,11 @@ All notable changes to this project will be documented in this file.
 The format is based on `Keep a Changelog <http://keepachangelog.com/>`__
 and this project adheres to `Semantic Versioning <http://semver.org/>`__.
 
+[3.0.2] - 2021-12-17
+--------------------
+* Fix caching of error code data not happening (`RIC-862 <https://jira.o-ran-sc.org/browse/RIC-862>`_)
+* Improves performance of xapp-frame-py by caching the mapping dict of error codes.
+
 [3.0.1] - 2021-12-07
 --------------------
 * Take configuration and rmr unit tests back into use after fixing the tests (`RIC-865 <https://jira.o-ran-sc.org/browse/RIC-865>`_)
index f3d0576..a77b7e9 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,7 @@ def _long_descr():
 
 setup(
     name="ricxappframe",
-    version="3.0.1",
+    version="3.0.2",
     packages=find_packages(exclude=["tests.*", "tests"]),
     author="O-RAN Software Community",
     description="Xapp and RMR framework for Python",