Skip to content

Commit 97d790c

Browse files
fixed release version
1 parent 9bc3c6a commit 97d790c

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

CHANGELOG.md

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

33
## Content Management SDK For Python
44
---
5-
## v1.5.0
6-
7-
#### Date: 09 June 2025
8-
9-
- Added Nested Global fields support.
10-
---
115
## v1.4.0
126

13-
#### Date: 26 May 2025
7+
#### Date: 09 June 2025
148

159
- Release 2.0 support.
10+
- Nested Global fields support
1611
---
1712
## v1.3.3
1813

contentstack_management/__init__.py

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

0 commit comments

Comments
 (0)