diff --git a/CHANGELOG.md b/CHANGELOG.md index aa5e5e6..36fc418 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## _v2.0.1_ + +### **Date: 12-MAY-2025** + +- Setuptools package version bump + ## _v2.0.0_ ### **Date: 28-APRIL-2025** diff --git a/contentstack/__init__.py b/contentstack/__init__.py index a9b3190..874f834 100644 --- a/contentstack/__init__.py +++ b/contentstack/__init__.py @@ -22,8 +22,8 @@ __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' +__email__ = 'support@contentstack.com' +__developer_email__ = 'mobile@contentstack.com' __license__ = "MIT" diff --git a/requirements.txt b/requirements.txt index 5937fcc..19fc806 100644 --- a/requirements.txt +++ b/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