Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## _v2.0.1_

### **Date: 12-MAY-2025**

- Setuptools package version bump

## _v2.0.0_

### **Date: 28-APRIL-2025**
Expand Down
2 changes: 1 addition & 1 deletion contentstack/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
__title__ = 'contentstack-delivery-python'
__author__ = 'contentstack'
__status__ = 'debug'
__version__ = 'v2.0.0'
__version__ = 'v2.0.1'
__endpoint__ = 'cdn.contentstack.io'
__email__ = 'mobile@contentstack.com'
__developer_email__ = 'shailesh.mishra@contentstack.com'
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading