Skip to content

Commit c14c0a8

Browse files
committed
Updating SDK version to 5.4.0
1 parent 788a01a commit c14c0a8

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,10 @@ To put data to a Spectra S3 appliance you have to do it inside the context of wh
8484
[An example of getting data with the Python SDK](samples/gettingData.py)
8585

8686
[An example of how give objects on the server a different name than what is on the filesystem, and how to delete objects by folder](samples/renaming.py)
87+
88+
## Creating a New Release
89+
Update the version of the SDK before creating a new release. The format is `<major>.<minor>.<patch>`, where the
90+
`<major>.<minor>` numbers must match the version of BP. The `<patch>` is an incrementing number that increments with
91+
each SDK release for a given major/minor release.
92+
93+
The release number is specified in `setup.py`.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from distutils.core import setup
1515

1616
setup(name='DS3 SDK',
17-
version='5.3.0',
17+
version='5.4.0',
1818
description='Python3 SDK and CLI for Spectra S3',
1919
author_email='[email protected]',
2020
packages=['ds3'])

0 commit comments

Comments
 (0)