File tree Expand file tree Collapse file tree 7 files changed +17
-9
lines changed Expand file tree Collapse file tree 7 files changed +17
-9
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## 2.13.3
4
+
5
+ ### Content
6
+
7
+ #### Defect Fixes
8
+
9
+ * Internal fixes and improvements
10
+
3
11
## 2.13.2
4
12
5
13
### Content
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ pip install -e .
75
75
76
76
Feel free to use GitHub issues for tracking bugs and feature requests, but for help please use one of the following resources:
77
77
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 ) .
79
79
* Ask a question on [ Stack Overflow] ( https://stackoverflow.com/ ) and tag it with ` ibm ` and ` object-storage ` .
80
80
* Open a support ticket with [ IBM Cloud Support] ( https://cloud.ibm.com/unifiedsupport/supportcenter/ )
81
81
* 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 ) .
Original file line number Diff line number Diff line change 19
19
20
20
21
21
__author__ = 'IBM'
22
- __version__ = '2.13.2 '
22
+ __version__ = '2.13.3 '
23
23
24
24
25
25
# The default Boto3 session; autoloaded when needed.
Original file line number Diff line number Diff line change 1
- wheel == 0.41.2
1
+ wheel == 0.41.3
2
2
coverage == 5.5
3
3
4
4
# Pytest specific deps
5
- pytest == 7.4.1
5
+ pytest == 7.4.3
6
6
pytest-cov == 2.12.1
7
7
atomicwrites >= 1.0 # Windows requirement
8
8
colorama > 0.3.0 # Windows requirement
Original file line number Diff line number Diff line change 3
3
# removed python 3.5 support we need to add our own pins.
4
4
markupsafe>=1.1,<2.0
5
5
jinja2>=2.3,<3.0
6
- docutils>=0.10,<0.17
6
+ docutils>=0.10,<0.20
7
7
Sphinx>=1.1.3,<=1.6.7
8
8
guzzle_sphinx_theme>=0.7.10,<0.8
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ universal = 0
3
3
4
4
[metadata]
5
5
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
8
8
jmespath>=0.10.0,<=1.0.1
9
9
10
10
[flake8]
Original file line number Diff line number Diff line change 9
9
10
10
11
11
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 ' ,
14
14
'jmespath>=0.10.0,<=1.0.1'
15
15
]
16
16
You can’t perform that action at this time.
0 commit comments