Skip to content

Commit bff9cd8

Browse files
Merge pull request #16 from contentstack/utils-v1.1.0
Utils v1.1.0 implemented
2 parents fc001f5 + 2442547 commit bff9cd8

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.talismanrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
threshold: medium

contentstack/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
__title__ = 'contentstack-python'
1919
__author__ = 'Contentstack'
2020
__status__ = 'debug'
21-
__version__ = '1.3.0'
21+
__version__ = '1.5.0'
2222
__endpoint__ = 'cdn.contentstack.io'
2323
__email__ = '[email protected]'

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
twython~=3.8.2
22
setuptools~=51.1.0
33
urllib3~=1.26.2
4-
contentstack_utils~=1.0.0
4+
contentstack-utils==1.1.0
55
python-dateutil==2.8.1
66
requests>=2.20.0,<3.0
77
coverage==4.3.4

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.4.0",
28+
version="1.5.0",
2929
author="Contentstack",
3030
author_email="[email protected]",
3131
description="Contentstack is a headless CMS with an API-first approach.",

0 commit comments

Comments
 (0)