From e23c3260b47f1318cd500147552c89bac06e7633 Mon Sep 17 00:00:00 2001 From: Alexandre Huff Date: Tue, 21 Dec 2021 21:05:29 -0300 Subject: [PATCH] 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 --- docs/release-notes.rst | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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", -- 2.16.6