We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4fa729 commit 4450643Copy full SHA for 4450643
CHANGES.rst
@@ -4,6 +4,11 @@ Changelog
4
Unreleased
5
----------
6
7
+- Nothing yet
8
+
9
+v0.5.2
10
+------
11
12
- Add ``JoinablePath.relative_to()`` and ``JoinablePath.is_relative_to()``.
13
14
v0.5.1
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "pathlib_abc"
-version = "0.5.1"
+version = "0.5.2"
authors = [
{ name="Barney Gale", email="[email protected]" },
]
0 commit comments