From f7874dfd978d51e8cbe9f27c9993d6142039bd3d Mon Sep 17 00:00:00 2001 From: sunil-lakshman <104969541+sunil-lakshman@users.noreply.github.com> Date: Mon, 5 May 2025 16:32:57 +0530 Subject: [PATCH 1/2] setuptools package version bump --- CHANGELOG.md | 6 ++++++ contentstack_management/__init__.py | 2 +- requirements.txt | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) 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 From 3f8064d46cdae2674b39842563960394c50d9271 Mon Sep 17 00:00:00 2001 From: "harshitha.d" Date: Wed, 7 May 2025 18:57:28 +0530 Subject: [PATCH 2/2] Add checksum for secrets-scan.yml to .talismanrc fileignoreconfig --- .talismanrc | 2 ++ 1 file changed, 2 insertions(+) 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