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 5ce64de commit 69983bdCopy full SHA for 69983bd
CHANGELOG.md
@@ -1,8 +1,16 @@
1
# CHANGELOG
2
3
+## _v1.8.2_
4
+
5
+### **Date: 05-DECEMBER-2023**
6
7
+- Empty package removed and added python 3.11 support
8
9
+---
10
11
## _v1.8.1_
12
-### **Date: 06-NOVEMBER-2023**
13
+### **Date: 29-NOVEMBER-2023**
14
15
- SNYK issues fixed
16
- General code improvement clean up
contentstack/__init__.py
@@ -22,7 +22,7 @@
22
__title__ = 'contentstack-delivery-python'
23
__author__ = 'contentstack'
24
__status__ = 'debug'
25
-__version__ = 'v1.8.1'
+__version__ = 'v1.8.2'
26
__endpoint__ = 'cdn.contentstack.io'
27
__email__ = 'mobile@contentstack.com'
28
__developer_email__ = 'shailesh.mishra@contentstack.com'
0 commit comments