Skip to content

Commit 928429d

Browse files
IBMalokGitHub Enterprise
authored and
GitHub Enterprise
committed
Release 2.13.3
1 parent d9e8f05 commit 928429d

File tree

7 files changed

+17
-9
lines changed

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

513
### Content

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ pip install -e .
7575

7676
Feel free to use GitHub issues for tracking bugs and feature requests, but for help please use one of the following resources:
7777

78-
* Read a quick start guide in [IBM Cloud Docs](https://cloud.ibm.com/docs/services/cloud-object-storage/libraries/python.html#python).
78+
* Read a quick start guide in [IBM Cloud Docs](https://cloud.ibm.com/docs/cloud-object-storage?topic=cloud-object-storage-sdk-gs&code=python).
7979
* Ask a question on [Stack Overflow](https://stackoverflow.com/) and tag it with `ibm` and `object-storage`.
8080
* Open a support ticket with [IBM Cloud Support](https://cloud.ibm.com/unifiedsupport/supportcenter/)
8181
* If it turns out that you may have found a bug, please [open an issue](https://github.com/ibm/ibm-cos-sdk-python/issues/new).

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.2'
22+
__version__ = '2.13.3'
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.41.2
1+
wheel==0.41.3
22
coverage==5.5
33

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

requirements-docs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
# removed python 3.5 support we need to add our own pins.
44
markupsafe>=1.1,<2.0
55
jinja2>=2.3,<3.0
6-
docutils>=0.10,<0.17
6+
docutils>=0.10,<0.20
77
Sphinx>=1.1.3,<=1.6.7
88
guzzle_sphinx_theme>=0.7.10,<0.8

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.1
7-
ibm-cos-sdk-s3transfer==2.13.1
6+
ibm-cos-sdk-core==2.13.3
7+
ibm-cos-sdk-s3transfer==2.13.3
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.2',
13-
'ibm-cos-sdk-s3transfer==2.13.2',
12+
'ibm-cos-sdk-core==2.13.3',
13+
'ibm-cos-sdk-s3transfer==2.13.3',
1414
'jmespath>=0.10.0,<=1.0.1'
1515
]
1616

0 commit comments

Comments
 (0)