Skip to content

Commit 181e5e0

Browse files
committed
version bump
1 parent 09d15a2 commit 181e5e0

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
@@ -1,5 +1,11 @@
11
# CHANGELOG
22

3+
## _v2.4.1_
4+
5+
### **Date: 10-November-2025**
6+
7+
- Improved Error messages.
8+
39
## _v2.4.0_
410

511
### **Date: 01-September-2025**

contentstack/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
__title__ = 'contentstack-delivery-python'
2323
__author__ = 'contentstack'
2424
__status__ = 'debug'
25-
__version__ = 'v2.4.0'
25+
__version__ = 'v2.4.1'
2626
__endpoint__ = 'cdn.contentstack.io'
2727
__email__ = '[email protected]'
2828
__developer_email__ = '[email protected]'

0 commit comments

Comments
 (0)