Skip to content

Commit 32af06f

Browse files
committed
Bump version to 0.4.1
1 parent b7a247c commit 32af06f

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

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.4.1
10+
------
11+
712
- When ``magic_open()`` is called to open a path in binary mode, raise
813
``ValueError`` if any of the *encoding*, *errors* or *newline* arguments
914
are given.

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.0"
7+
version = "0.4.1"
88
authors = [
99
{ name="Barney Gale", email="barney.gale@gmail.com" },
1010
]

0 commit comments

Comments
 (0)