Skip to content

Commit ec0746d

Browse files
author
Zach Olstein
committed
Update documentation for version 1.14.1
1 parent db20c46 commit ec0746d

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

docs/changelog.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@ Version Date Notes
1515
1.11.1 09/06/2017 Minor setup.py change for new PyPI interface
1616
1.11.2 09/07/2017 Minor setup.py change for new PyPI interface
1717
1.11.3 09/07/2017 Minor setup.py change for new PyPI interface
18-
1.14.0 04/27/2017 Add support for REST 1.12, 1.13, and 1.14
18+
1.14.0 04/27/2018 Add support for REST 1.12, 1.13, and 1.14
19+
1.14.1 07/09/2018 Add support for managing offload targets.
1920
======= ========== =====

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
# The short X.Y version.
5555
version = '1.14'
5656
# The full version, including alpha/beta/rc tags.
57-
release = '1.14.0'
57+
release = '1.14.1'
5858

5959
# The language for content autogenerated by Sphinx. Refer to documentation
6060
# for a list of supported languages.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66

77
setup(
88
name="purestorage",
9-
version="1.14.0",
9+
version="1.14.1",
1010
description="Pure Storage FlashArray REST Client",
1111
keywords=["pure", "storage", "flasharray", "rest", "client"],
1212
url="https://github.com/purestorage/rest-client",
13-
download_url="https://github.com/purestorage/rest-client/archive/1.14.0.tar.gz",
13+
download_url="https://github.com/purestorage/rest-client/archive/1.14.1.tar.gz",
1414
author="Pure Storage",
1515
author_email = "wes@purestorage.com",
1616
license="BSD 2-Clause",

0 commit comments

Comments
 (0)