Skip to content

Commit c40f4ce

Browse files
setuptools version bump
1 parent ba63d1f commit c40f4ce

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

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

3+
## _v1.11.2_
4+
5+
### **Date: 21-APRIL-2025**
6+
7+
- Version bump and security fixes.
8+
39
## _v1.11.1_
410

511
### **Date: 26-MARCH-2025**

contentstack/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
__title__ = 'contentstack-delivery-python'
2323
__author__ = 'contentstack'
2424
__status__ = 'debug'
25-
__version__ = 'v1.11.1'
25+
__version__ = 'v1.11.2'
2626
__endpoint__ = 'cdn.contentstack.io'
2727
__email__ = '[email protected]'
2828
__developer_email__ = '[email protected]'

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
twython==3.9.1
2-
setuptools~=74.0.0
2+
setuptools~=78.1.0
33
contentstack-utils==1.3.0
44
python-dateutil==2.8.2
55
requests==2.32.3
@@ -10,7 +10,7 @@ Sphinx==7.3.7
1010
sphinxcontrib-websupport==1.2.7
1111
pip==23.3.1
1212
build==0.10.0
13-
wheel==0.44.0
13+
wheel==0.45.1
1414
lxml==5.3.1
1515
utils~=1.0.2
1616
keyring==23.13.1

0 commit comments

Comments
 (0)