Skip to content

Commit eca801e

Browse files
committed
Release version 1.7.1 with improved error messages and updated changelog.
1 parent e42d468 commit eca801e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
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+
---
6+
## v1.7.1
7+
8+
#### Date: 12 January 2026
9+
10+
- Improved Error messages.
511
---
612
## v1.7.0
713

contentstack_management/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
__author__ = 'dev-ex'
8383
__status__ = 'debug'
8484
__region__ = 'na'
85-
__version__ = '1.7.0'
85+
__version__ = '1.7.1'
8686
__host__ = 'api.contentstack.io'
8787
__protocol__ = 'https://'
8888
__api_version__ = 'v3'

0 commit comments

Comments
 (0)