Signed-off-by: czichy <thoralf.czichy@nokia.com>
Change-Id: I1194405646ed5b2487bae78d04a36192df6bbbae
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
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",