Skip to content

Commit 13f2e9f

Browse files
avinash1IBMGitHub Enterprise
authored and
GitHub Enterprise
committed
Release 2.12.2
1 parent 2f71a8f commit 13f2e9f

File tree

4 files changed

+16
-7
lines changed

4 files changed

+16
-7
lines changed

CHANGELOG.md

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

3+
## 2.12.2
4+
5+
### Content
6+
7+
#### Defect Fixes
8+
9+
* COSSDK-95884: <https://github.com/IBM/ibm-cos-sdk-python/issues/48>
10+
* Update dependencies
11+
312
## 2.12.1
413

514
### Content

ibm_boto3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020

2121
__author__ = 'IBM'
22-
__version__ = '2.12.1'
22+
__version__ = '2.12.2'
2323

2424

2525
# The default Boto3 session; autoloaded when needed.

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ universal = 0
33

44
[metadata]
55
requires_dist =
6-
ibm-cos-sdk-core==2.12.1
7-
ibm-cos-sdk-s3transfer==2.12.1
8-
jmespath>=0.7.1,<1.0.0
6+
ibm-cos-sdk-core==2.12.2
7+
ibm-cos-sdk-s3transfer==2.12.2
8+
jmespath>=0.7.1,<1.0.1
99

1010
[flake8]
1111
ignore = E203,E501,W503,W504

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99

1010

1111
requires = [
12-
'ibm-cos-sdk-core==2.12.1',
13-
'ibm-cos-sdk-s3transfer==2.12.1',
14-
'jmespath>=0.10.0,<1.0.0'
12+
'ibm-cos-sdk-core==2.12.2',
13+
'ibm-cos-sdk-s3transfer==2.12.2',
14+
'jmespath>=0.10.0,<1.0.1'
1515
]
1616

1717

0 commit comments

Comments
 (0)