From 0a8875d0e0133194039f02771f9bd808be407cb7 Mon Sep 17 00:00:00 2001 From: sunil-lakshman <104969541+sunil-lakshman@users.noreply.github.com> Date: Mon, 5 May 2025 16:26:02 +0530 Subject: [PATCH] setuptools package version bump --- CHANGELOG.md | 6 ++++++ contentstack/__init__.py | 2 +- requirements.txt | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) 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..cd7e39d 100644 --- a/contentstack/__init__.py +++ b/contentstack/__init__.py @@ -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' 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