Skip to content

Commit

Permalink
Merge pull request #21 from Parquery/snaji/bump-to-1-0-3
Browse files Browse the repository at this point in the history
bumped to 1.0.3
  • Loading branch information
slimeth authored Feb 12, 2019
2 parents 3284fed + 5e0e10d commit c22784d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
1.0.3
=====
* Added mypy --strict flag in precommit.py and fixed corresponding errors
* Fixed mkdir race condition when downloading
* Updated docstrings with examples
* Re-structured multi-threading execution by adding nested functions and titles
for readability
* Excluded benchmark module from distribution
* Updated dependencies and re-formatted code for new yapf version

1.0.2
=====
* Fixed downloading a file into a directory bug and added testcase
Expand Down
2 changes: 1 addition & 1 deletion gswrap_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
__title__ = 'gs-wrap'
__description__ = 'gs-wrap wraps Google Cloud Storage API for multi-threaded data manipulations.'
__url__ = 'https://github.com/Parquery/gs-wrap'
__version__ = '1.0.2'
__version__ = '1.0.3'
__author__ = 'Selim Naji, Adam Radomski and Marko Ristin'
__author_email__ = '[email protected], [email protected], [email protected]'
__license__ = 'MIT'
Expand Down

0 comments on commit c22784d

Please sign in to comment.