You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,3 +84,10 @@ To put data to a Spectra S3 appliance you have to do it inside the context of wh
84
84
[An example of getting data with the Python SDK](samples/gettingData.py)
85
85
86
86
[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
0 commit comments