Skip to content

Commit

Permalink
0.1.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user authored and github-actions committed Nov 25, 2022
1 parent 0aef90c commit 4e87bc9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

<!--next-version-placeholder-->

## v0.1.2 (2022-11-25)
### Fix
* Bump python-semantic-release gh action ([`0aef90c`](https://github.com/petrus-v/uri-pathlib-factory/commit/0aef90c4e7bc8289fabc45492b5989da254dd288))
* Try avoid circular import while register plugin ([`345fa6e`](https://github.com/petrus-v/uri-pathlib-factory/commit/345fa6ece9aebadf509a5babecc83d80aba65bec))

## v0.1.1 (2022-11-24)
### Fix
* Ci, bump to latest setup-python version (v4) ([`8d91516`](https://github.com/petrus-v/uri-pathlib-factory/commit/8d9151627f8a7b0247c0e97af8c970b27fc8dabd))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "uri-pathlib-factory"
version = "0.1.1"
version = "0.1.2"
description = "A factory to instantiate Path's like object that are using Pathlib interface."
authors = ["Pierre Verkest <[email protected]>"]
license = "Apache Software License 2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/uri_pathlib_factory/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from .main import PathFactory, PurePathFactory, load_pathlib_monkey_patch

__version__ = "0.1.1"
__version__ = "0.1.2"

__all__ = [
"load_pathlib_monkey_patch",
Expand Down

0 comments on commit 4e87bc9

Please sign in to comment.