From 9eddcfa0683bedadd472ef382535f4359b281f08 Mon Sep 17 00:00:00 2001 From: "naman.gupta" Date: Fri, 17 Sep 2021 12:54:16 +0530 Subject: [PATCH] Xapp-frame-py version number upgrading Xapp-frame-py version number upgrading from the current version 2.2.0 to 2.3.0 Signed-off-by: naman.gupta Change-Id: Ib6d3a73654806820973afa77dc18dd7469655909 --- docs/release-notes.rst | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 4d12746..2f6979b 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -10,6 +10,10 @@ 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 `__. +[2.3.0] - 2021-09-15 +-------------------- +* Add Xapp Registration (`RIC-706 `_) +* Integrate pylog (https://gerrit.o-ran-sc.org/r/admin/repos/com/pylog) with xapp-frame-py (`RIC-330 `_) [2.2.0] - 2021-06-23 -------------------- diff --git a/setup.py b/setup.py index 1675c4e..cf3cebf 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ def _long_descr(): setup( name="ricxappframe", - version="2.2.0", + version="2.3.0", packages=find_packages(exclude=["tests.*", "tests"]), author="O-RAN Software Community", description="Xapp and RMR framework for Python", -- 2.16.6