Skip to content

Commit 3fdfb3e

Browse files
Merge pull request #124 from contentstack/fix/dx-2788
setuptools package version bump
2 parents ecb4f0b + 0a8875d commit 3fdfb3e

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
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+
## _v2.0.1_
4+
5+
### **Date: 12-MAY-2025**
6+
7+
- Setuptools package version bump
8+
39
## _v2.0.0_
410

511
### **Date: 28-APRIL-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__ = 'v2.0.0'
25+
__version__ = 'v2.0.1'
2626
__endpoint__ = 'cdn.contentstack.io'
2727
__email__ = '[email protected]'
2828
__developer_email__ = '[email protected]'

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
twython==3.9.1
2-
setuptools~=78.1.0
2+
setuptools==80.3.1
33
contentstack-utils==1.3.0
44
python-dateutil==2.8.2
55
requests==2.32.3

0 commit comments

Comments
 (0)