Skip to content

Commit 0246321

Browse files
Merge pull request #128 from contentstack/staging
DX | 12-05-2025 | Release
2 parents 8ad5d93 + 99bb1b0 commit 0246321

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
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'
27-
__email__ = 'mobile@contentstack.com'
28-
__developer_email__ = 'shailesh.mishra@contentstack.com'
27+
__email__ = 'support@contentstack.com'
28+
__developer_email__ = 'mobile@contentstack.com'
2929
__license__ = "MIT"

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)