From: czichy Date: Thu, 16 Jun 2022 11:59:25 +0000 (+0300) Subject: F release step 1 of 2 X-Git-Tag: 3.2.0~1 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=ric-plt%2Fxapp-frame-py.git;a=commitdiff_plain;h=ef1eafb3d2700ab43c3c85596f72f6e09a928a6f F release step 1 of 2 Signed-off-by: czichy Change-Id: I1194405646ed5b2487bae78d04a36192df6bbbae --- diff --git a/docs/release-notes.rst b/docs/release-notes.rst index f6f0f89..1c0db07 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -10,6 +10,12 @@ 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 `__. +[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 diff --git a/setup.py b/setup.py index 04797f5..199c370 100644 --- 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",