diff --git a/.talismanrc b/.talismanrc index b604b51..8dc2dcc 100644 --- a/.talismanrc +++ b/.talismanrc @@ -352,4 +352,6 @@ fileignoreconfig: checksum: f38789fb171166354dd1bc452d4a137af4232465356662dce2bdbde352074d6f - filename: tests/unit/delivery_token/test_delivery_token_unit.py checksum: c7323b95249759bc67c33d3a89d3d2e8b3ed3d146b944682d451ebebe22567c0 +- filename: .github/workflows/secrets-scan.yml + checksum: d79ec3f3288964f7d117b9ad319a54c0ebc152e35f69be8fde95522034fdfb2a version: "" \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 042e6cf..e7d4a98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## Content Management SDK For Python --- +## v1.3.3 + +#### Date: 12 May 2025 + +- Setuptools package version bump. +--- ## v1.3.2 #### Date: 07 April 2025 diff --git a/contentstack_management/__init__.py b/contentstack_management/__init__.py index 91ac1ad..5ce8d29 100644 --- a/contentstack_management/__init__.py +++ b/contentstack_management/__init__.py @@ -72,7 +72,7 @@ __author__ = 'ishaileshmishra' __status__ = 'debug' __region__ = 'na' -__version__ = '1.3.2' +__version__ = '1.3.3' __host__ = 'api.contentstack.io' __protocol__ = 'https://' __api_version__ = 'v3' diff --git a/requirements.txt b/requirements.txt index 01b1687..60d7eba 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ python-dotenv~=1.0.0 -setuptools==75.6.0 +setuptools==80.3.1 requests~=2.32.3 pylint bson>=0.5.9