We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 30fc4b3 + 3fdfb3e commit 8ce258eCopy full SHA for 8ce258e
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# CHANGELOG
2
3
+## _v2.0.1_
4
+
5
+### **Date: 12-MAY-2025**
6
7
+- Setuptools package version bump
8
9
## _v2.0.0_
10
11
### **Date: 28-APRIL-2025**
contentstack/__init__.py
@@ -22,7 +22,7 @@
22
__title__ = 'contentstack-delivery-python'
23
__author__ = 'contentstack'
24
__status__ = 'debug'
25
-__version__ = 'v2.0.0'
+__version__ = 'v2.0.1'
26
__endpoint__ = 'cdn.contentstack.io'
27
__email__ = 'mobile@contentstack.com'
28
__developer_email__ = 'shailesh.mishra@contentstack.com'
requirements.txt
@@ -1,5 +1,5 @@
twython==3.9.1
-setuptools~=78.1.0
+setuptools==80.3.1
contentstack-utils==1.3.0
python-dateutil==2.8.2
requests==2.32.3
0 commit comments