Skip to content

Commit

Permalink
chore(release): 0.3.5
Browse files Browse the repository at this point in the history
## [0.3.5](v0.3.4...v0.3.5) (2021-02-02)

### Bug Fixes

* **pypi:** add requirements.txt to distribution ([#45](#45)) ([759cd86](759cd86))
* python 3.9 compatibility ([#46](#46)) ([a965f40](a965f40))
  • Loading branch information
semantic-release-bot committed Feb 2, 2021
1 parent 759cd86 commit 2bf1cff
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [0.3.5](https://github.com/justindujardin/pathy/compare/v0.3.4...v0.3.5) (2021-02-02)


### Bug Fixes

* **pypi:** add requirements.txt to distribution ([#45](https://github.com/justindujardin/pathy/issues/45)) ([759cd86](https://github.com/justindujardin/pathy/commit/759cd862be15dd1683248cdbdc0873e64f2712da))
* python 3.9 compatibility ([#46](https://github.com/justindujardin/pathy/issues/46)) ([a965f40](https://github.com/justindujardin/pathy/commit/a965f40a086ccb305e58936813a30c35f95d5212))

## [0.3.4](https://github.com/justindujardin/pathy/compare/v0.3.3...v0.3.4) (2020-11-22)


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__ = "pathy"
__version__ = "0.3.4"
__version__ = "0.3.5"
__summary__ = "pathlib.Path subclasses for local and cloud bucket storage"
__uri__ = "https://github.com/justindujardin/pathy"
__author__ = "Justin DuJardin"
Expand Down

0 comments on commit 2bf1cff

Please sign in to comment.