Skip to content

Commit 0e20633

Browse files
IBMalokGitHub Enterprise
authored and
GitHub Enterprise
committed
Release 2.0.1
1 parent 96f7d84 commit 0e20633

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# CHANGELOG
22

3+
## 2.0.1
4+
5+
### Content
6+
7+
#### Defect Fixes
8+
9+
* Internal fixes and improvements
10+
311
## 2.0.0
412

513
### Content

ibm_cos_sdk_config/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
"""
1818
Version of ibm_cos_sdk_config
1919
"""
20-
__version__ = '2.0.0'
20+
__version__ = '2.0.1'

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
python_dateutil>=2.8.2,<3.0.0
2-
ibm_cloud_sdk_core>=3.16.1,<4.0.0
2+
ibm_cloud_sdk_core>=3.16.7,<4.0.0

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from setuptools import setup
1717
import pkg_resources
1818

19-
__version__ = '2.0.0'
19+
__version__ = '2.0.1'
2020
PACKAGE_NAME = 'ibm_cos_sdk_config'
2121
PACKAGE_DESC = 'IBM COS Resource Configuration SDK for Python'
2222

@@ -52,6 +52,7 @@
5252
'Programming Language :: Python :: 3.8',
5353
'Programming Language :: Python :: 3.9',
5454
'Programming Language :: Python :: 3.10',
55+
'Programming Language :: Python :: 3.11',
5556
'Development Status :: 5 - Production/Stable',
5657
'Intended Audience :: Developers',
5758
'License :: OSI Approved :: Apache Software License',

0 commit comments

Comments
 (0)