Skip to content

Commit 35fbc00

Browse files
Updated Change log file and version
1 parent b4432c4 commit 35fbc00

File tree

5 files changed

+21
-3
lines changed

5 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# CHANGELOG
22

3+
## _v1.9.0_
4+
5+
### **Date: 06-NOVEMBER-2023**
6+
7+
- SNYK issues fixed
8+
- General code improvement clean up
9+
10+
---
11+
312
## _v1.8.0_
413

514
### **Date: 26-MAY-2023**

changelog.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
**CHANGELOG**
33
================
44

5+
*v1.9.0*
6+
============
7+
8+
**Date: 06-NOVEMBER-2023**
9+
10+
- SNYK issues fixed
11+
- General code improvement clean up
12+
13+
514
*v1.8.0*
615
============
716

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.8.0'
16+
__version__ = 'v1.9.0'
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.8.0'
14+
__version__ = '1.9.0'
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.8.0",
28+
version="1.9.0",
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)