From: Alexandre Huff Date: Wed, 22 Dec 2021 00:05:29 +0000 (-0300) Subject: xapp-frame-py version number upgrading from 3.0.1 to 3.0.2 X-Git-Tag: 3.0.2~1 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=ric-plt%2Fxapp-frame-py.git;a=commitdiff_plain;h=e23c3260b47f1318cd500147552c89bac06e7633 xapp-frame-py version number upgrading from 3.0.1 to 3.0.2 Issue-ID: RIC-862 Signed-off-by: Alexandre Huff Change-Id: Ic7a8521e523d4ac5c750130717876e0a903e67e3 --- diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 2a40b55..939d2a4 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -10,6 +10,11 @@ All notable changes to this project will be documented in this file. The format is based on `Keep a Changelog `__ and this project adheres to `Semantic Versioning `__. +[3.0.2] - 2021-12-17 +-------------------- +* Fix caching of error code data not happening (`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 `_) diff --git a/setup.py b/setup.py index f3d0576..a77b7e9 100644 --- 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",