Skip to content

Commit c1a4212

Browse files
authored
Merge pull request #8 from PureStorage-OpenConnect/release-1-13
Release 1.13.0: Added FlashBlade REST 2.0
2 parents 814a820 + 9de218b commit c1a4212

File tree

339 files changed

+81203
-10
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

339 files changed

+81203
-10
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
## Overview
44

5-
The `py-pure-client` Python package provides clients that use the Pure1 1.x REST API
6-
and the FlashArray REST 2.x API.
5+
The `py-pure-client` Python package provides clients that use the Pure1 1.x REST API,
6+
the FlashArray REST 2.x API, and the FlashBlade REST 2.x API.
77

88
For the current FlashBlade REST 1.x Python SDK, [see here](https://github.com/purestorage/purity_fb_python_client).
99
For the current FlashArray REST 1.x Python SDK, [see here](https://github.com/PureStorage-OpenConnect/rest-client).

docs/changelog.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ A log of changes by version and date.
66
======= ========== =====
77
Version Date Notes
88
======= ========== =====
9+
1.13.0 03/19/2021 Added FlashBlade 2.0 client
910
1.12.0 03/15/2021 Added FlashArray 2.5 client
1011
1.11.0 01/07/2021 Added support for Pure1 subscriptions
1112
1.10.0 12/21/2020 Added FlashArray 2.4 client

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
author = u'Pure Storage, Inc.'
2828

2929
# The short X.Y version
30-
version = u'1.12'
30+
version = u'1.13'
3131
# The full version, including alpha/beta/rc tags
32-
release = u'1.12.0'
32+
release = u'1.13.0'
3333

3434

3535
# -- General configuration ---------------------------------------------------

0 commit comments

Comments
 (0)