Skip to content

Commit 2f71a8f

Browse files
IBMalokGitHub Enterprise
authored and
GitHub Enterprise
committed
Release 2.12.1
1 parent 3908740 commit 2f71a8f

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
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.12.1
4+
5+
### Content
6+
7+
#### Defect Fixes
8+
9+
* Internal fixes and improvements
10+
311
## 2.12.0
412

513
### 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.0'
22+
__version__ = '2.12.1'
2323

2424

2525
# The default Boto3 session; autoloaded when needed.

requirements-dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
wheel==0.37.0
1+
wheel==0.38.4
22
coverage==5.5
33

44
# Pytest specific deps
5-
pytest==6.2.5
5+
pytest==7.2.0
66
pytest-cov==2.12.1
77
atomicwrites>=1.0 # Windows requirement
88
colorama>0.3.0 # Windows requirement

setup.cfg

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

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

1010
[flake8]

setup.py

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

1010

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

0 commit comments

Comments
 (0)