Skip to content

Commit f7874df

Browse files
setuptools package version bump
1 parent 5260d7e commit f7874df

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

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)