Skip to content
This repository has been archived by the owner on Mar 28, 2022. It is now read-only.

Commit

Permalink
Bump version to v0.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
agermanidis committed Jan 13, 2020
1 parent b53aa91 commit 19e36b7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,10 @@ The Runway Model SDK follows [semantic versioning](https://semver.org/). Be awar
Until version 1.0.0, expect that minor version changes may introduce breaking changes. We will take care not to introduce new behavior, features, or breaking changes in patch releases. If you require stability and reproducible behavior you *may* pin to a version or version range of the model SDK like `runway-python>=0.2.0` or `runway-python>=0.2,<0.3`.

## v.0.5.8

- Fix issue when extracting tar archives that include non-ASCII filenames.

## v.0.5.5

- Speed up downloads for `runway.file` and `runway.directory` data types by using segmented file transfer.
Expand Down
2 changes: 1 addition & 1 deletion runway/__version__.py
@@ -1 +1 @@
__version__ = '0.5.7'
__version__ = '0.5.8'

0 comments on commit 19e36b7

Please sign in to comment.