Skip to content

Commit

Permalink
Updating SDK version to 5.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RachelTucker committed Oct 6, 2021
1 parent 788a01a commit c14c0a8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,10 @@ To put data to a Spectra S3 appliance you have to do it inside the context of wh
[An example of getting data with the Python SDK](samples/gettingData.py)

[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)

## Creating a New Release
Update the version of the SDK before creating a new release. The format is `<major>.<minor>.<patch>`, where the
`<major>.<minor>` numbers must match the version of BP. The `<patch>` is an incrementing number that increments with
each SDK release for a given major/minor release.

The release number is specified in `setup.py`.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from distutils.core import setup

setup(name='DS3 SDK',
version='5.3.0',
version='5.4.0',
description='Python3 SDK and CLI for Spectra S3',
author_email='[email protected]',
packages=['ds3'])

0 comments on commit c14c0a8

Please sign in to comment.