Skip to content

Commit 76296df

Browse files
Merge pull request #88 from contentstack/staging
DX | 12-05-2025 | Release
2 parents 1e5b36e + 16bfb0a commit 76296df

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

.talismanrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,4 +352,6 @@ fileignoreconfig:
352352
checksum: f38789fb171166354dd1bc452d4a137af4232465356662dce2bdbde352074d6f
353353
- filename: tests/unit/delivery_token/test_delivery_token_unit.py
354354
checksum: c7323b95249759bc67c33d3a89d3d2e8b3ed3d146b944682d451ebebe22567c0
355+
- filename: .github/workflows/secrets-scan.yml
356+
checksum: d79ec3f3288964f7d117b9ad319a54c0ebc152e35f69be8fde95522034fdfb2a
355357
version: ""

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## Content Management SDK For Python
44
---
5+
## v1.3.3
6+
7+
#### Date: 12 May 2025
8+
9+
- Setuptools package version bump.
10+
---
511
## v1.3.2
612

713
#### Date: 07 April 2025

contentstack_management/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
__author__ = 'ishaileshmishra'
7373
__status__ = 'debug'
7474
__region__ = 'na'
75-
__version__ = '1.3.2'
75+
__version__ = '1.3.3'
7676
__host__ = 'api.contentstack.io'
7777
__protocol__ = 'https://'
7878
__api_version__ = 'v3'

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
python-dotenv~=1.0.0
2-
setuptools==75.6.0
2+
setuptools==80.3.1
33
requests~=2.32.3
44
pylint
55
bson>=0.5.9

0 commit comments

Comments
 (0)