Skip to content

Commit 85f66be

Browse files
committed
Python SDK 12.3
1 parent 04cf513 commit 85f66be

12 files changed

+27463
-26578
lines changed
327 KB
Binary file not shown.

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![sf-python-logo](https://raw.githubusercontent.com/solidfire/solidfire-sdk-python/master/img/python-50.png) SolidFire Python SDK v1.7
1+
![sf-python-logo](https://raw.githubusercontent.com/solidfire/solidfire-sdk-python/master/img/python-50.png) SolidFire Python SDK v12.3
22

33
Python SDK library for interacting with SolidFire Element API
44

@@ -23,7 +23,7 @@ Compatibility
2323

2424
| Component | Version |
2525
|:-------------------------|:--------------|
26-
| SolidFire Element OS | 10.0 - 12.2 |
26+
| SolidFire Element OS | 11.8 - 12.3 |
2727

2828
Getting Help
2929
------------
@@ -40,7 +40,7 @@ Documentation
4040
[Latest Docs](http://solidfire-sdk-python.readthedocs.io)
4141

4242
[Release
43-
Notes](NetAppElementPythonSDKReleaseNotes1_7.pdf)
43+
Notes](NetAppElementPythonSDKReleaseNotes12_3.pdf)
4444

4545
Installation
4646
------------
@@ -58,9 +58,9 @@ python environment to only the required libraries.
5858
Alternatively, for development purposes or to inspect the source, the
5959
following will work:
6060

61-
git clone git@github.com:solidfire/solidfire-sdk-python.git
61+
git clone git@github.com:solidfire/solidfire-sdk-python.git
6262
cd solidfire-sdk-python
63-
git checkout develop
63+
git checkout develop
6464
pip install -e ".[dev, test, docs, release]"
6565
python setup.py install
6666

@@ -157,7 +157,7 @@ More Examples
157157
-------------
158158

159159
More specific examples are available
160-
[here](https://github.com/solidfire/solidfire-sdk-python/blob/master/examples/examples.rst)
160+
[here](examples/examples.rst)
161161

162162
Logging
163163
-------
@@ -191,7 +191,7 @@ Read timeout (useful for extending time for a service call to return):
191191
**License**
192192
-----------
193193

194-
Copyright © 2020, 2021 NetApp, Inc. All rights reserved.
194+
Copyright © 2021 NetApp, Inc. All rights reserved.
195195

196196
Licensed under the Apache License, Version 2.0 (the "License"); you may
197197
not use this file except in compliance with the License. You may obtain

README.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Python SDK library for interacting with SolidFire Element API
88
Current Release
99
---------------
1010

11-
Version 1.7.0.124
11+
Version 12.3.0.196
1212

1313
Description
1414
-----------
@@ -26,7 +26,7 @@ Compatibility
2626
+------------------------+---------------+
2727
| Component | Version |
2828
+========================+===============+
29-
| SolidFire Element OS | 10.0 - 12.2 |
29+
| SolidFire Element OS | 11.8 - 12.3 |
3030
+------------------------+---------------+
3131

3232
Getting Help
@@ -41,7 +41,7 @@ Documentation
4141
-------------
4242

4343
`Release
44-
Notes <NetAppElementPythonSDKReleaseNotes1_7.pdf>`__
44+
Notes <NetAppElementPythonSDKReleaseNotes12_3.pdf>`__
4545

4646
Installation
4747
------------
@@ -63,7 +63,7 @@ following will work:
6363

6464
::
6565

66-
git clone git@github.com:solidfire/solidfire-sdk-python.git
66+
git clone git@github.com:solidfire/solidfire-sdk-python.git
6767
cd solidfire-sdk-python
6868
git checkout develop
6969
pip install -e ".[dev, test, docs, release]"
@@ -158,7 +158,7 @@ More Examples
158158
-------------
159159

160160

161-
More specific examples are available `here <https://github.com/solidfire/solidfire-sdk-python/blob/master/examples/examples.rst>`__
161+
More specific examples are available `here <examples/examples.rst>`__
162162

163163

164164
Logging
@@ -201,7 +201,7 @@ Read timeout (useful for extending time for a service call to return):
201201
**License**
202202
-----------
203203

204-
Copyright © 2020, 2021 NetApp, Inc. All rights reserved.
204+
Copyright © 2021 NetApp, Inc. All rights reserved.
205205

206206
Licensed under the Apache License, Version 2.0 (the "License"); you may
207207
not use this file except in compliance with the License. You may obtain

collectBlackDuck.sh

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

descriptor_version.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"major": 1,
3-
"version": "1.7.0.0",
2+
"major": 12,
3+
"version": "12.3.0.0",
44
"build": 0,
5-
"minor": 7,
5+
"minor": 3,
66
"patch": 0
77
}

generator_version.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"major": 1,
3-
"version": "1.7.0.0",
2+
"major": 12,
3+
"version": "12.3.0.0",
44
"build": 0,
5-
"minor": 7,
5+
"minor": 3,
66
"patch": 0
77
}

python_version.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"major": 1,
3-
"version": "1.7.0.0",
2+
"major": 12,
3+
"version": "12.3.0.0",
44
"build": 0,
5-
"minor": 7,
5+
"minor": 3,
66
"patch": 0
77
}

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.7.0.0
2+
current_version = 12.3.0.0
33
parse = (?P<major>\d+)\.(?P<minor>.*)\.(?P<patch>\d+)\.(?P<build>\d+)
44
serialize =
55
{major}.{minor}.{patch}.{build}

0 commit comments

Comments
 (0)