Update version to 2.2.0 99/6399/2
authorTimo Tietavainen <timo.tietavainen@nokia.com>
Wed, 23 Jun 2021 11:07:31 +0000 (14:07 +0300)
committerTimo Tietavainen <timo.tietavainen@nokia.com>
Wed, 23 Jun 2021 11:21:54 +0000 (14:21 +0300)
Update xapp-frame-py version to 2.2.0 and update release notes.
E2AP package has been added in version 2.2.0.

Issue-ID : RIC-664

Signed-off-by: Timo Tietavainen <timo.tietavainen@nokia.com>
Change-Id: I23c6795974b0168a3d8c7eb64e60ad07902798e8

docs/release-notes.rst
setup.py

index b35285e..4d12746 100644 (file)
@@ -11,6 +11,11 @@ The format is based on `Keep a Changelog <http://keepachangelog.com/>`__
 and this project adheres to `Semantic Versioning <http://semver.org/>`__.
 
 
+[2.2.0] - 2021-06-23
+--------------------
+* Add E2AP package (`RIC-664 <https://jira.o-ran-sc.org/browse/RIC-664>`_)
+
+
 [2.1.0] - 2021-06-18
 --------------------
 * Add `RNIB <https://gerrit.o-ran-sc.org/r/admin/repos/ric-plt/nodeb-rnib>`_ feature (`RIC-788 <https://jira.o-ran-sc.org/browse/RIC-788>`_)
index 82d343f..82899fc 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,7 @@ def _long_descr():
 
 setup(
     name="ricxappframe",
-    version="2.1.0",
+    version="2.2.0",
     packages=find_packages(exclude=["tests.*", "tests"]),
     author="O-RAN Software Community",
     description="Xapp and RMR framework for Python",