F release step 1 of 2 82/8582/1
authorczichy <thoralf.czichy@nokia.com>
Thu, 16 Jun 2022 11:59:25 +0000 (14:59 +0300)
committerczichy <thoralf.czichy@nokia.com>
Thu, 16 Jun 2022 11:59:25 +0000 (14:59 +0300)
Signed-off-by: czichy <thoralf.czichy@nokia.com>
Change-Id: I1194405646ed5b2487bae78d04a36192df6bbbae

docs/release-notes.rst
setup.py

index f6f0f89..1c0db07 100644 (file)
@@ -10,6 +10,12 @@ 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/>`__.
 
+[3.2.0] - 2022-06-16
+--------------------
+* Added REST E2 subscription support
+* rnib enhancements
+* REST service with health and config interface
+
 [3.1.0] - 2022-03-22
 --------------------
 * Added the symptomdata module
index 04797f5..199c370 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -32,7 +32,7 @@ def _long_descr():
 
 setup(
     name="ricxappframe",
-    version="3.1.0",
+    version="3.2.0",
     packages=find_packages(exclude=["tests.*", "tests"]),
     author="O-RAN Software Community",
     description="Xapp and RMR framework for Python",