Upgrade to frame 1.1.0, RMR 4.0.5 23/3623/1
authorLott, Christopher (cl778h) <cl778h@att.com>
Thu, 7 May 2020 13:36:14 +0000 (09:36 -0400)
committerLott, Christopher (cl778h) <cl778h@att.com>
Thu, 7 May 2020 13:36:14 +0000 (09:36 -0400)
Bump qp-driver version to 1.0.5.

Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
Change-Id: I4d22b5ce0b9e5e5cf22050bd092dd49ca925910a

container-tag.yaml
docs/release-notes.rst
rmr-version.yaml
setup.py

index efad040..ce4dca5 100644 (file)
@@ -1,4 +1,4 @@
 # The Jenkins job uses this string for the tag in the image name
 # for example nexus3.o-ran-sc.org:10004/my-image-name:my-tag
 ---
-tag: 1.0.2
+tag: 1.0.5
index d8fe173..b012382 100644 (file)
@@ -11,6 +11,13 @@ The format is based on `Keep a Changelog <http://keepachangelog.com/>`__
 and this project adheres to `Semantic Versioning <http://semver.org/>`__.
 
 
+[1.0.5] - 2020-05-07
+--------------------
+
+* Upgrade to RMR version 4.0.5
+* Upgrade to framework version 1.1.0
+
+
 [1.0.4] - 2020-05-05
 --------------------
 
index 2d82c45..d7b94dd 100644 (file)
@@ -1,3 +1,3 @@
 # CI script installs RMR from PackageCloud using this version
 ---
-version: 3.6.3
+version: 4.0.5
index 965997d..51db1f4 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -17,7 +17,7 @@ from setuptools import setup, find_packages
 
 setup(
     name="qpdriver",
-    version="1.0.4",
+    version="1.0.5",
     packages=find_packages(exclude=["tests.*", "tests"]),
     author="Tommy Carpenter",
     description="QP Driver Xapp for traffic steering",