Xapp-frame-py version number upgrading 09/6709/3
authornaman.gupta <naman.gupta@samsung.com>
Fri, 17 Sep 2021 07:24:16 +0000 (12:54 +0530)
committernaman.gupta <naman.gupta@samsung.com>
Mon, 20 Sep 2021 05:58:02 +0000 (11:28 +0530)
 Xapp-frame-py version number upgrading from the current version 2.2.0 to 2.3.0

Signed-off-by: naman.gupta <naman.gupta@samsung.com>
Change-Id: Ib6d3a73654806820973afa77dc18dd7469655909

docs/release-notes.rst
setup.py

index 4d12746..2f6979b 100644 (file)
@@ -10,6 +10,10 @@ 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/>`__.
 
+[2.3.0] - 2021-09-15
+--------------------
+* Add Xapp Registration (`RIC-706 <https://jira.o-ran-sc.org/browse/RIC-706>`_)
+* Integrate pylog (https://gerrit.o-ran-sc.org/r/admin/repos/com/pylog) with xapp-frame-py (`RIC-330 <https://jira.o-ran-sc.org/browse/RIC-330>`_)
 
 [2.2.0] - 2021-06-23
 --------------------
index 1675c4e..cf3cebf 100644 (file)
--- 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",