Skip to content

Commit 9a859a2

Browse files
committed
release 1.1.5
1 parent a63ae5b commit 9a859a2

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

docs/changelog.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ A log of changes by version and date.
77
:header: "Version", "Date", "Notes"
88
:widths: 10, 10, 60
99

10-
"1.1.3", "3/19/2021", "Re-ordered changelog to improve readability. Added Config.accept_elua
10+
"1.1.5", "3/22/2021", "Removed logging from requirements.txt"
11+
"1.1.3", "3/19/2021", "Re-ordered changelog to improve readability. Added Config.accept_elua"
1112
"1.1.2", "3/19/2021", "Fix to ensure that class variables holding data are cleaned up prior to be refreshed."
1213
"1.1.1", "3/19/2021", "Added new PrismApi class to client.py to replace existing ApiClient class. Added console logged for enhanced troubleshooting. Added Image upload from URL & file. Added task monitoring to support image upload completion tracking."
1314
"1.0.1", "10/20/2020", "For all set_* functions in ntnx_api.prism updated the return value to indicate whether a record has been added or updated."

docs/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@ urllib3
22
requests
33
paramiko
44
deprecated
5-
logging

tox.ini

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,12 @@ commands =
2727
[testenv:flake8]
2828
deps =
2929
flake8
30-
-r{toxinidir}/docs/requirements.txt
30+
urllib3
31+
requests
32+
paramiko
33+
deprecated
34+
logging
35+
# -r{toxinidir}/docs/requirements.txt
3136
commands =
3237
flake8 ntnx_api
3338

0 commit comments

Comments
 (0)