Move qpd to xapp frame 1.0.0 17/3217/1
authorTommy Carpenter <tc677g@att.com>
Wed, 8 Apr 2020 12:15:03 +0000 (08:15 -0400)
committerTommy Carpenter <tc677g@att.com>
Wed, 8 Apr 2020 12:15:28 +0000 (08:15 -0400)
Issue-ID: RICAPP-92
Change-Id: Ia190c702373c5159a805da6f5557a0ece8071ed6
Signed-off-by: Tommy Carpenter <tc677g@att.com>
container-tag.yaml
docs/release-notes.rst
setup.py

index 4072098..efad040 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.1
+tag: 1.0.2
index e793295..7992284 100644 (file)
@@ -14,6 +14,14 @@ and this project adheres to `Semantic Versioning <http://semver.org/>`__.
    :depth: 3
    :local:
 
+
+[1.0.2] - 4/8/2020
+------------------
+::
+
+    * Upgrade to xapp frame 1.0.0 which includes rmr python
+
+
 [1.0.1] - 4/3/2020
 ------------------
 ::
index 39bd3f7..866905a 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -17,12 +17,12 @@ from setuptools import setup, find_packages
 
 setup(
     name="qpdriver",
-    version="1.0.1",
+    version="1.0.2",
     packages=find_packages(exclude=["tests.*", "tests"]),
     author="Tommy Carpenter",
     description="QP Driver Xapp for traffic steering",
     url="https://gerrit.o-ran-sc.org/r/admin/repos/ric-app/qp-driver",
-    install_requires=["ricxappframe>=0.7.0"],
+    install_requires=["ricxappframe>=1.0.0,<2.0.0"],
     entry_points={"console_scripts": ["start.py=qpdriver.main:start"]},  # adds a magical entrypoint for Docker
     license="Apache 2.0",
     data_files=[("", ["LICENSE.txt"])],