Skip to content

Commit

Permalink
Bump version to 0.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
David Sternlicht committed Apr 12, 2020
1 parent dd7650f commit ee449de
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ git push origin : --tags

## ChangeLog

### 0.23.1

* Provide more information on exceptions
* Add type hinting
* Fix bug with downloading windows paths on linux

### 0.22.1

* Fix bug with prefetch and then beam up without explicitly setting version
Expand Down
2 changes: 1 addition & 1 deletion scottypy/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.22.1"
__version__ = "0.23.1"

0 comments on commit ee449de

Please sign in to comment.