From 47775b7f23c18863f03870dc9a7e275bd16c368e Mon Sep 17 00:00:00 2001 From: "Lott, Christopher (cl778h)" Date: Thu, 7 May 2020 09:36:14 -0400 Subject: [PATCH] Upgrade to frame 1.1.0, RMR 4.0.5 Bump qp-driver version to 1.0.5. Signed-off-by: Lott, Christopher (cl778h) Change-Id: I4d22b5ce0b9e5e5cf22050bd092dd49ca925910a --- container-tag.yaml | 2 +- docs/release-notes.rst | 7 +++++++ rmr-version.yaml | 2 +- setup.py | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/container-tag.yaml b/container-tag.yaml index efad040..ce4dca5 100644 --- a/container-tag.yaml +++ b/container-tag.yaml @@ -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 diff --git a/docs/release-notes.rst b/docs/release-notes.rst index d8fe173..b012382 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -11,6 +11,13 @@ The format is based on `Keep a Changelog `__ and this project adheres to `Semantic Versioning `__. +[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 -------------------- diff --git a/rmr-version.yaml b/rmr-version.yaml index 2d82c45..d7b94dd 100644 --- a/rmr-version.yaml +++ b/rmr-version.yaml @@ -1,3 +1,3 @@ # CI script installs RMR from PackageCloud using this version --- -version: 3.6.3 +version: 4.0.5 diff --git a/setup.py b/setup.py index 965997d..51db1f4 100644 --- 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", -- 2.16.6