Skip to content

Commit d45fb7f

Browse files
IBMalokGitHub Enterprise
authored and
GitHub Enterprise
committed
Release 2.13.6
1 parent bb75775 commit d45fb7f

File tree

5 files changed

+17
-9
lines changed

5 files changed

+17
-9
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.13.6
4+
5+
### Content
6+
7+
#### Defect Fixes
8+
9+
* Internal fixes and improvements
10+
311
## 2.13.5
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.13.5'
22+
__version__ = '2.13.6'
2323

2424

2525
# The default Boto3 session; autoloaded when needed.

requirements-docs.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Sphinx does not have an upper bound pin on jinja2, and jinja2 does
22
# not have an upper bound pin on markupsafe. Since jinja2 and markupsafe
33
# removed python 3.5 support we need to add our own pins.
4-
markupsafe>=2.0,<2.2
5-
jinja2>=3.1.4,<3.2
6-
docutils>=0.10,<0.21.3
4+
markupsafe>=2.0,<3
5+
jinja2>=3.1.4,<4
6+
docutils>=0.10,<1
77
sphinx==5.3.0
8-
guzzle_sphinx_theme>=0.7.11,<0.8
8+
guzzle_sphinx_theme>=0.7.11,<1
99
furo==2022.12.7
1010
sphinx_copybutton==0.5.2
1111
sphinx-remove-toctrees==0.0.3

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.13.5
7-
ibm-cos-sdk-s3transfer==2.13.5
6+
ibm-cos-sdk-core==2.13.6
7+
ibm-cos-sdk-s3transfer==2.13.6
88
jmespath>=0.10.0,<=1.0.1
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.13.5',
13-
'ibm-cos-sdk-s3transfer==2.13.5',
12+
'ibm-cos-sdk-core==2.13.6',
13+
'ibm-cos-sdk-s3transfer==2.13.6',
1414
'jmespath>=0.10.0,<=1.0.1'
1515
]
1616

0 commit comments

Comments
 (0)