Skip to content

Commit cdb397f

Browse files
committed
Bump version to 0.5.0
1 parent c846899 commit cdb397f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ Version History
44
Unreleased
55
----------
66

7+
- Nothing yet
8+
9+
v0.5.0
10+
------
11+
712
- Add ``vfspath()``, which returns the virtual filesystem path as a string.
813
- Replace ``JoinablePath.__str__()`` abstract method with ``__vfspath__()``.
914
- Replace ``magic_open()`` with ``vfsopen()``. The new function takes the same

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "pathlib_abc"
7-
version = "0.4.3"
7+
version = "0.5.0"
88
authors = [
99
{ name="Barney Gale", email="[email protected]" },
1010
]

0 commit comments

Comments
 (0)