Skip to content

Commit 7e4dd8c

Browse files
Updated version
1 parent 35fbc00 commit 7e4dd8c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## _v1.9.0_
3+
## _v1.8.1_
44

55
### **Date: 06-NOVEMBER-2023**
66

changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
**CHANGELOG**
33
================
44

5-
*v1.9.0*
5+
*v1.8.1*
66
============
77

88
**Date: 06-NOVEMBER-2023**

contentstack/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
__title__ = 'contentstack-python'
1414
__author__ = 'contentstack'
1515
__status__ = 'debug'
16-
__version__ = 'v1.9.0'
16+
__version__ = 'v1.8.1'
1717
__endpoint__ = 'cdn.contentstack.io'
1818
__email__ = 'mobile@contentstack.com'
1919
__developer_email__ = 'shailesh.mishra@contentstack.com'

contentstack/stack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
__author__ = "ishaileshmishra (shailesh.mishra@contentstack.com)"
1313
__license__ = "MIT"
14-
__version__ = '1.9.0'
14+
__version__ = '1.8.1'
1515

1616
log = logging.getLogger(__name__)
1717
DEFAULT_HOST = 'cdn.contentstack.io'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
type="process",
2626
created="09 Jun 2020",
2727
keywords="contentstack-python",
28-
version="1.9.0",
28+
version="1.8.1",
2929
author="Contentstack",
3030
author_email="shailesh.mishra@contentstack.com",
3131
description="Contentstack is a headless CMS with an API-first approach.",

0 commit comments

Comments
 (0)