We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5260d7e + f7874df commit 9926a07Copy full SHA for 9926a07
3 files changed
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
## Content Management SDK For Python
4
---
5
+## v1.3.3
6
+
7
+#### Date: 12 May 2025
8
9
+- Setuptools package version bump.
10
+---
11
## v1.3.2
12
13
#### Date: 07 April 2025
contentstack_management/__init__.py
@@ -72,7 +72,7 @@
72
__author__ = 'ishaileshmishra'
73
__status__ = 'debug'
74
__region__ = 'na'
75
-__version__ = '1.3.2'
+__version__ = '1.3.3'
76
__host__ = 'api.contentstack.io'
77
__protocol__ = 'https://'
78
__api_version__ = 'v3'
requirements.txt
@@ -1,5 +1,5 @@
1
python-dotenv~=1.0.0
-setuptools==75.6.0
+setuptools==80.3.1
requests~=2.32.3
pylint
bson>=0.5.9
0 commit comments