Skip to content

Commit fc001f5

Browse files
Merge pull request #15 from contentstack/development
Development
2 parents 8b405d7 + 06f96f4 commit fc001f5

File tree

5 files changed

+15
-6
lines changed

5 files changed

+15
-6
lines changed

LICENSE

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

3-
Copyright (c) 2012 - 2020 Contentstack. All rights reserved.
3+
Copyright (c) 2012 - 2021 Contentstack. All rights reserved.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

changelog.rst

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

5+
*v1.4.0*
6+
============
7+
8+
**Date: 05-Apr-2021**
9+
10+
Entry
11+
- include_embedded_objects support added
12+
Query
13+
- include_embedded_objects support added
14+
15+
============
16+
517
*v1.3.0*
618
============
719

keys.py

Lines changed: 0 additions & 4 deletions
This file was deleted.

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
twython~=3.8.2
22
setuptools~=51.1.0
33
urllib3~=1.26.2
4+
contentstack_utils~=1.0.0
45
python-dateutil==2.8.1
56
requests>=2.20.0,<3.0
67
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.3.0",
28+
version="1.4.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)