We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bc3c6a commit 97d790cCopy full SHA for 97d790c
CHANGELOG.md
@@ -2,17 +2,12 @@
2
3
## Content Management SDK For Python
4
---
5
-## v1.5.0
6
-
7
-#### Date: 09 June 2025
8
9
-- Added Nested Global fields support.
10
----
11
## v1.4.0
12
13
-#### Date: 26 May 2025
+#### Date: 09 June 2025
14
15
- Release 2.0 support.
+- Nested Global fields support
16
17
## v1.3.3
18
contentstack_management/__init__.py
@@ -72,7 +72,7 @@
72
__author__ = 'dev-ex'
73
__status__ = 'debug'
74
__region__ = 'na'
75
-__version__ = '1.5.0'
+__version__ = '1.4.0'
76
__host__ = 'api.contentstack.io'
77
__protocol__ = 'https://'
78
__api_version__ = 'v3'
0 commit comments