Skip to content

Commit

Permalink
chore(release): 0.0.6
Browse files Browse the repository at this point in the history
## [0.0.6](v0.0.5...v0.0.6) (2020-03-30)

### Features

* add github releases for each pypi version ([66dbed8](66dbed8))
  • Loading branch information
semantic-release-bot committed Mar 30, 2020
1 parent 0a2c678 commit 4c6f480
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.0.6](https://github.com/justindujardin/gcspath/compare/v0.0.5...v0.0.6) (2020-03-30)


### Features

* add github releases for each pypi version ([66dbed8](https://github.com/justindujardin/gcspath/commit/66dbed851346372ab84080f027113aba054452af))

## [0.0.5](https://github.com/justindujardin/gcspath/compare/v0.0.4...v0.0.5) (2020-03-30)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion gcspath/about.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__title__ = "gcspath"
__version__ = "0.0.5"
__version__ = "0.0.6"
__summary__ = "pathlib.Path subclasses for Google Cloud Storage"
__uri__ = "https://github.com/justindujardin/gcspath"
__author__ = "Justin DuJardin"
Expand Down

0 comments on commit 4c6f480

Please sign in to comment.