From 567d137adb3b76a22fe48d14d89674a8262b9698 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 15 Nov 2022 04:47:40 +0000 Subject: [PATCH] chore(release): 0.7.1 ## [0.7.1](https://github.com/justindujardin/pathy/compare/v0.7.0...v0.7.1) (2022-11-15) ### Bug Fixes * **pypi:** add classifiers for python 3.10 / 3.11 ([515cb5d](https://github.com/justindujardin/pathy/commit/515cb5d69c7be9a324b8c144d97671803d33401e)), closes [#89](https://github.com/justindujardin/pathy/issues/89) --- CHANGELOG.md | 7 +++++++ pathy/about.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1108ae..503a231 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.7.1](https://github.com/justindujardin/pathy/compare/v0.7.0...v0.7.1) (2022-11-15) + + +### Bug Fixes + +* **pypi:** add classifiers for python 3.10 / 3.11 ([515cb5d](https://github.com/justindujardin/pathy/commit/515cb5d69c7be9a324b8c144d97671803d33401e)), closes [#89](https://github.com/justindujardin/pathy/issues/89) + # [0.7.0](https://github.com/justindujardin/pathy/compare/v0.6.2...v0.7.0) (2022-11-15) diff --git a/pathy/about.py b/pathy/about.py index 8bff7ee..22f2ff6 100644 --- a/pathy/about.py +++ b/pathy/about.py @@ -1,5 +1,5 @@ __title__: str = "pathy" -__version__: str = "0.7.0" +__version__: str = "0.7.1" __summary__: str = "pathlib.Path subclasses for local and cloud bucket storage" __uri__: str = "https://github.com/justindujardin/pathy" __author__: str = "Justin DuJardin"