From 86a0c3af2f9d283601d7eb8556a36f7c01b6959a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 23 Apr 2021 23:20:36 +0000 Subject: [PATCH] chore(release): 0.5.1 ## [0.5.1](https://github.com/justindujardin/pathy/compare/v0.5.0...v0.5.1) (2021-04-23) ### Features * **clients:** add support for S3 bucket storage ([#54](https://github.com/justindujardin/pathy/issues/54)) ([5bb7e1b](https://github.com/justindujardin/pathy/commit/5bb7e1b8faa422c8a80d91d7d8e71f6de4052962)) --- CHANGELOG.md | 7 +++++++ pathy/about.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f3596f..b577175 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.5.1](https://github.com/justindujardin/pathy/compare/v0.5.0...v0.5.1) (2021-04-23) + + +### Features + +* **clients:** add support for S3 bucket storage ([#54](https://github.com/justindujardin/pathy/issues/54)) ([5bb7e1b](https://github.com/justindujardin/pathy/commit/5bb7e1b8faa422c8a80d91d7d8e71f6de4052962)) + # [0.5.0](https://github.com/justindujardin/pathy/compare/v0.4.0...v0.5.0) (2021-04-22) diff --git a/pathy/about.py b/pathy/about.py index 3228ad5..00c0d28 100644 --- a/pathy/about.py +++ b/pathy/about.py @@ -1,5 +1,5 @@ __title__: str = "pathy" -__version__: str = "0.5.0" +__version__: str = "0.5.1" __summary__: str = "pathlib.Path subclasses for local and cloud bucket storage" __uri__: str = "https://github.com/justindujardin/pathy" __author__: str = "Justin DuJardin"