From: naman.gupta Date: Fri, 17 Sep 2021 07:24:16 +0000 (+0530) Subject: Xapp-frame-py version number upgrading X-Git-Tag: 2.3.0~1 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=9eddcfa0683bedadd472ef382535f4359b281f08;p=ric-plt%2Fxapp-frame-py.git Xapp-frame-py version number upgrading Xapp-frame-py version number upgrading from the current version 2.2.0 to 2.3.0 Signed-off-by: naman.gupta Change-Id: Ib6d3a73654806820973afa77dc18dd7469655909 --- diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 4d12746..2f6979b 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -10,6 +10,10 @@ 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 `__. +[2.3.0] - 2021-09-15 +-------------------- +* Add Xapp Registration (`RIC-706 `_) +* Integrate pylog (https://gerrit.o-ran-sc.org/r/admin/repos/com/pylog) with xapp-frame-py (`RIC-330 `_) [2.2.0] - 2021-06-23 -------------------- diff --git a/setup.py b/setup.py index 1675c4e..cf3cebf 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ def _long_descr(): setup( name="ricxappframe", - version="2.2.0", + version="2.3.0", packages=find_packages(exclude=["tests.*", "tests"]), author="O-RAN Software Community", description="Xapp and RMR framework for Python",