summaryrefslogtreecommitdiffstats
path: root/components/pm-subscription-handler
diff options
context:
space:
mode:
authorHansen, Tony (th1395) <th1395@att.com>2021-07-19 23:37:12 +0000
committerHansen, Tony (th1395) <th1395@att.com>2021-07-22 22:37:53 +0000
commit343de5f25759bcf228655a558b219149fc19ee3d (patch)
tree919baeb2d4b9b24add01f452b1ea10ada52b0f34 /components/pm-subscription-handler
parent1a970e91ec42bdf239015199284f9f00366f5cc5 (diff)
use version 2.2.1 of pypi onap_dcae_cbs_docker_client
Change-Id: I627a7c6665bd7fab96e3ea4cdada6dc0ebaf8aa2 Signed-off-by: Hansen, Tony (th1395) <th1395@att.com> Issue-ID: DCAEGEN2-2862 Signed-off-by: Hansen, Tony (th1395) <th1395@att.com>
Diffstat (limited to 'components/pm-subscription-handler')
-rwxr-xr-xcomponents/pm-subscription-handler/Changelog.md4
-rw-r--r--components/pm-subscription-handler/setup.py5
-rw-r--r--components/pm-subscription-handler/version.properties2
3 files changed, 8 insertions, 3 deletions
diff --git a/components/pm-subscription-handler/Changelog.md b/components/pm-subscription-handler/Changelog.md
index be2a7a73..58d40cc9 100755
--- a/components/pm-subscription-handler/Changelog.md
+++ b/components/pm-subscription-handler/Changelog.md
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
+## [1.3.2]
+### Changed
+* Update to use version 2.2.1 of https://pypi.org/project/onap_dcae_cbs_docker_client/
+
## [1.3.1]
### Changed
* Updated Subscription object retrieving key from App Config data (DCAEGEN2-2713)
diff --git a/components/pm-subscription-handler/setup.py b/components/pm-subscription-handler/setup.py
index c11d1330..2b8d24a9 100644
--- a/components/pm-subscription-handler/setup.py
+++ b/components/pm-subscription-handler/setup.py
@@ -1,5 +1,6 @@
# ============LICENSE_START=======================================================
# Copyright (C) 2019-2021 Nordix Foundation.
+# Copyright (C) 2021 AT&T Property. All rights reserved.
# Copyright 2020 Deutsche Telekom. All rights reserved.
# ================================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -21,7 +22,7 @@ from setuptools import setup, find_packages
setup(
name="pm_subscription_handler",
- version="1.3.1",
+ version="1.3.2",
packages=find_packages(),
author="lego@est.tech",
author_email="lego@est.tech",
@@ -38,7 +39,7 @@ setup(
"tornado==6.1",
"swagger-ui-bundle==0.0.6",
"psycopg2-binary==2.8.6",
- "onap_dcae_cbs_docker_client==2.1.1",
+ "onap_dcae_cbs_docker_client==2.2.1",
"onappylog==1.0.9",
"ruamel.yaml==0.16.10",
"jsonschema==3.2.0"]
diff --git a/components/pm-subscription-handler/version.properties b/components/pm-subscription-handler/version.properties
index fee49286..ef20baaf 100644
--- a/components/pm-subscription-handler/version.properties
+++ b/components/pm-subscription-handler/version.properties
@@ -1,6 +1,6 @@
major=1
minor=3
-patch=1
+patch=2
base_version=${major}.${minor}.${patch}
release_version=${base_version}
snapshot_version=${base_version}-SNAPSHOT