Skip to content

Commit

Permalink
0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
petrus-v committed Sep 3, 2024
1 parent 56ea176 commit 94c0ad2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Changelog

## v0.1.7 (not released)
### Fix

* fix ci

<!--next-version-placeholder-->
## v0.1.6 (2024-07-23)
## v0.1.6 (not released)
### Fix

* drop commit message linter
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.6"
version = "0.1.7"
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.2"
__version__ = "0.1.7"

__all__ = [
"load_pathlib_monkey_patch",
Expand Down

0 comments on commit 94c0ad2

Please sign in to comment.