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 b84cc12 commit e1e716cCopy full SHA for e1e716c
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# CHANGELOG
2
3
+## _v2.1.1_
4
+
5
+### **Date: 07-July-2025**
6
7
+- Fixed sanity testcases and removed hardcoded secrets.
8
9
## _v2.1.0_
10
11
### **Date: 02-June-2025**
contentstack/__init__.py
@@ -22,7 +22,7 @@
22
__title__ = 'contentstack-delivery-python'
23
__author__ = 'contentstack'
24
__status__ = 'debug'
25
-__version__ = 'v2.1.0'
+__version__ = 'v2.1.1'
26
__endpoint__ = 'cdn.contentstack.io'
27
__email__ = 'support@contentstack.com'
28
__developer_email__ = 'mobile@contentstack.com'
0 commit comments