Skip to content

Commit 330650b

Browse files
v1.1.0 pylint applied.
1 parent a4d4fc0 commit 330650b

File tree

4 files changed

+45
-109
lines changed

4 files changed

+45
-109
lines changed

CHANGELOG.md

Lines changed: 25 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,45 @@
1-
CHANGELOG
2-
=============
1+
# CHANGELOG
32

3+
Date: 10-Aug-2020 - include_reference issue fixed
44

5+
## _v1.1.0_
56

6-
*Date: 7-Aug-2020 - initial release*
7+
EntryQueryable
78

8-
**v1.1.0**
9-
============
10-
- **EntryQueryable**
11-
- updated include_reference function.
9+
- updated include_reference function.
1210

1311
-----------------------------
1412

15-
*Date: 17-Jun-2020 - initial release*
13+
Date: 17-Jun-2020 - initial release
1614

17-
**v1.0.0**
18-
============
15+
## _v1.0.0_
1916

20-
- **Stack**
21-
- Initialisation of stack has been modified
22-
- External config support moved to stack initialisation optional paramters
23-
- Added support for whereIn(String key) and whereNotIn(String key) methods in Query
17+
Stack
2418

25-
- **Assets**
26-
- changes incorporated in Asset class.
19+
- Initialisation of stack has been modified
20+
- External config support moved to stack initialisation optional paramters
21+
- Added support for whereIn(String key) and whereNotIn(String key) methods in Query
2722

28-
- **Entry**
29-
- changes incorporated in the entry class.
23+
Assets
3024

31-
- **Query**
32-
- Changes incorporated in the Query class.
25+
- Changes incorporated in Asset class.
3326

27+
Entry
28+
29+
- Changes incorporated in the entry class.
30+
31+
Query
32+
33+
- Changes incorporated in the Query class.
3434

3535
-----------------------------
3636

37-
*Date: 18-Nov-2019 - beta release*
37+
Date: 18-Nov-2019 - beta release
38+
39+
## _v0.1.0_
3840

39-
**v0.0.1**
40-
============
41-
- Beta release for the contentstack-python SDK for Content Delivery API
42-
=======
43-
## Version 0.1.0
44-
##### November-18, 2019 -beta release
41+
November-18, 2019 -beta release
4542

46-
### Initial release for the contentstack-python-sdk for Content Delivery API
43+
Initial release for the contentstack-python-sdk for Content Delivery API
4744

4845
-----------------------------

changelog.rst

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,38 +2,38 @@
22
CHANGELOG
33
=========
44

5-
*Date: 7-Aug-2020 - initial release*
5+
Date: 10-Aug-2020 - include_reference issue fixed
66

7-
**v1.1.0**
7+
*v1.1.0*
88
============
9-
- **EntryQueryable**
9+
10+
EntryQueryable
1011
- updated include_reference function.
1112

12-
-----------------------------
13+
============
1314

14-
*Date: 17-Jun-2020 - initial release*
15+
Date: 17-Jun-2020 - initial release
1516

16-
**v1.0.0**
17+
*v1.0.0*
1718
============
1819

19-
- **Stack**
20+
Stack
2021
- Initialization of the stack has been modified
2122
- External config support moved to stack initialization optional parameters
2223

23-
- **Asset**
24+
Asset
2425
- changes incorporated in Asset class.
2526

26-
- **Entry**
27+
Entry
2728
- changes incorporated in the entry class.
2829

29-
- **Query**
30+
Query
3031
- Changes incorporated in the Query class.
3132

32-
3333
-----------------------------
3434

35-
*Date: 18-Nov-2019 - beta release*
35+
Date: 18-Nov-2019 - beta release
3636

37-
**v0.0.1**
37+
*v0.0.1*
3838
============
3939
- Beta release for the contentstack-python SDK for Content Delivery API

coverage.svg

Lines changed: 3 additions & 3 deletions
Loading

requirements.txt

Lines changed: 4 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -1,71 +1,10 @@
1-
aenum==2.2.3
2-
alabaster==0.7.12
3-
astroid==2.4.1
4-
attrs==19.3.0
5-
Babel==2.8.0
6-
certifi==2020.6.20
7-
chardet==3.0.4
8-
click==7.1.2
9-
coverage==5.2.1
10-
coverage-badge==1.0.1
11-
dnspython==2.0.0
121
docutils==0.16
13-
dparse==0.5.1
14-
entrypoints==0.3
152
enum34==1.1.10
16-
env==0.1.0
17-
eventlet==0.25.2
18-
greenlet==0.4.15
19-
html-testRunner==1.2.1
20-
idna==2.10
21-
imagesize==1.2.0
22-
importlib-metadata==0.23
23-
iniconfig==1.0.0
24-
isort==4.3.21
25-
itsdangerous==1.1.0
26-
Jinja2==3.0.0a1
273
keyring==21.3.0
28-
lazy-object-proxy==1.4.3
29-
MarkupSafe==2.0.0a1
30-
mccabe==0.6.1
31-
monotonic==1.5
32-
more-itertools==7.2.0
33-
packaging==20.4
34-
pip-autoremove==0.9.1
35-
pipdeptree==1.0.0
36-
piplint==0.2.0
374
pkginfo==1.5.0.1
38-
pluggy==0.13.1
395
py==1.9.0
40-
Pygments==2.6.1
41-
pylint==2.5.2
42-
pyparsing==3.0.0a2
43-
pytest==6.0.1
44-
pytest-cov==2.9.0
45-
pytz==2020.1
46-
PyYAML==5.3.1
47-
readme-renderer==24.0
486
requests==2.24.0
49-
requests-toolbelt==0.9.1
50-
safety==1.9.0
51-
six==1.15.0
52-
snowballstemmer==2.0.0
53-
Sphinx==3.1.2
54-
sphinx-rtd-theme==0.4.3
55-
sphinxcontrib-applehelp==1.0.2
56-
sphinxcontrib-devhelp==1.0.2
57-
sphinxcontrib-htmlhelp==1.0.3
58-
sphinxcontrib-jsmath==1.0.1
59-
sphinxcontrib-qthelp==1.0.3
60-
sphinxcontrib-serializinghtml==1.1.4
61-
toml==0.10.1
62-
tqdm==4.38.0
63-
twine==3.1.1
64-
typed-ast==1.4.1
65-
urllib3==1.25.10
66-
virtualenv==16.7.9
67-
wcwidth==0.2.5
68-
webencodings==0.5.1
69-
Werkzeug==1.0.1
70-
wrapt==1.11.2
71-
zipp==3.1.0
7+
pip~=20.2.1
8+
wheel~=0.34.2
9+
setuptools~=49.2.1
10+
Contentstack==1.1.0

0 commit comments

Comments
 (0)