Skip to content

Commit c655e23

Browse files
Merge pull request #18 from contentstack/issue#17
Issue#17: Stack.sync_init uses wrong parameter names issue fixes
2 parents bff9cd8 + 413b2d7 commit c655e23

File tree

5 files changed

+49
-3
lines changed

5 files changed

+49
-3
lines changed

CHANGELOG.md

+30
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
# CHANGELOG
22

3+
## _v1.5.1_
4+
5+
============
6+
7+
**Date: 1-Aug-2021**
8+
9+
Issue #17 resolved.
10+
Stack.sync_init uses wrong parameter names
11+
12+
## _v1.5.0_
13+
14+
============
15+
16+
**Date: 22-Jul-2021**
17+
18+
contentstack-utils updated to v1.1.0
19+
20+
## _v1.4.0_
21+
22+
============
23+
24+
**Date: 05-Apr-2021**
25+
26+
Entry
27+
- include_embedded_objects support added
28+
Query
29+
- include_embedded_objects support added
30+
31+
-----------------------------
32+
333
## _v1.3.0_
434

535
============

changelog.rst

+16
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22
**CHANGELOG**
33
================
44

5+
*v1.5.1*
6+
============
7+
8+
**Date: 1-Aug-2021**
9+
10+
Issue #17 resolved.
11+
Stack.sync_init uses wrong parameter names
12+
13+
14+
*v1.5.0*
15+
============
16+
17+
**Date: 22-Jul-2021**
18+
19+
contentstack-utils updated to v1.1.0
20+
521
*v1.4.0*
622
============
723

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "contentstack.python",
3-
"version": "1.3.0",
3+
"version": "1.5.1",
44
"developer": "shaileshmishra",
55
"license": "MIT",
66
"author": {"name": "shaileshmishra", "email": "[email protected]"},

requirements.txt

+1-1
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.1.0
4+
contentstack-utils
55
python-dateutil==2.8.1
66
requests>=2.20.0,<3.0
77
coverage==4.3.4

setup.py

+1-1
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.5.0",
28+
version="1.5.1",
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)