Skip to content

Commit

Permalink
chore(release): 0.10.3
Browse files Browse the repository at this point in the history
## [0.10.3](v0.10.2...v0.10.3) (2023-10-22)

### Bug Fixes

* **is_dir:** return False if bucket does not exist ([#107](#107) by [@yaelmi3](https://github.com/yaelmi3)) ([4a4e69d](4a4e69d))
  • Loading branch information
semantic-release-bot committed Oct 22, 2023
1 parent 4a4e69d commit 90eb026
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.10.3](https://github.com/justindujardin/pathy/compare/v0.10.2...v0.10.3) (2023-10-22)


### Bug Fixes

* **is_dir:** return False if bucket does not exist ([#107](https://github.com/justindujardin/pathy/issues/107) by [@yaelmi3](https://github.com/yaelmi3)) ([4a4e69d](https://github.com/justindujardin/pathy/commit/4a4e69dcb45a79d4183613362fa8bb94b14290dc))

## [0.10.2](https://github.com/justindujardin/pathy/compare/v0.10.1...v0.10.2) (2023-06-19)


Expand Down
2 changes: 1 addition & 1 deletion pathy/about.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__title__: str = "pathy"
__version__: str = "0.10.2"
__version__: str = "0.10.3"
__summary__: str = "pathlib.Path subclasses for local and cloud bucket storage"
__uri__: str = "https://github.com/justindujardin/pathy"
__author__: str = "Justin DuJardin"
Expand Down

0 comments on commit 90eb026

Please sign in to comment.