From ef1eafb3d2700ab43c3c85596f72f6e09a928a6f Mon Sep 17 00:00:00 2001 From: czichy Date: Thu, 16 Jun 2022 14:59:25 +0300 Subject: [PATCH] F release step 1 of 2 Signed-off-by: czichy Change-Id: I1194405646ed5b2487bae78d04a36192df6bbbae --- docs/release-notes.rst | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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", -- 2.16.6