Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions CHANGELOG.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -2,17 +2,12 @@

## Content Management SDK For Python
---
## v1.5.0

#### Date: 09 June 2025

- Added Nested Global fields support.
---
## v1.4.0

#### Date: 26 May 2025
#### Date: 09 June 2025

- Release 2.0 support.
- Nested Global fields support
---
## v1.3.3

Expand Down
2 changes: 1 addition & 1 deletion contentstack_management/__init__.py
Original file line numberDiff line numberDiff line change
Expand Up@@ -72,7 +72,7 @@
__author__ = 'dev-ex'
__status__ = 'debug'
__region__ = 'na'
__version__ = '1.5.0'
__version__ = '1.4.0'
__host__ = 'api.contentstack.io'
__protocol__ = 'https://'
__api_version__ = 'v3'
Expand Down