Skip to content

Commit 505fdfe

Browse files
authored
Merge pull request #166 from cloudify-incubator/0.0.123-build
bump version
2 parents a62ced2 + 3e03576 commit 505fdfe

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
releases:
2+
v0.0.123: Tag packaging.
23
v0.0.122: add deprecation_warning decorator.
34
v0.0.121: obfuscation_keywords kw arg in obfuscate_passwords.
45
v0.0.120: Upgrade Kubernetes 26.1.0.

cloudify_common_sdk/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = '0.0.122'
1+
version = '0.0.123'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def get_version():
6060
"GitPython", # shared download resource
6161
"cfy-lint>=0.0.31",
6262
'psutil',
63-
'packaging',
63+
'packaging>=17.1,<=21.3',
6464
'kubernetes==v26.1.0',
6565
'google-auth==2.15.0',
6666
'msrestazure==0.6.4',

0 commit comments

Comments
 (0)