Skip to content

Commit 39f02a9

Browse files
committed
Release v1.0.4
1 parent 529c0f8 commit 39f02a9

5 files changed

Lines changed: 20 additions & 4 deletions

File tree

CHANGES.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@ Change History
22
==============
33

44

5+
1.0.4 (2026-01-26)
6+
------------------
7+
8+
- `Issue #103`_: Using re2 fails if pyre2 is also installed.
9+
10+
.. _`Issue #103`: https://github.com/cpburnz/python-pathspec/issues/103
11+
12+
513
1.0.3 (2026-01-09)
614
------------------
715

CHANGES_1.in.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

2-
1.0.4 (TBD)
3-
-----------
2+
1.0.4 (2026-01-26)
3+
------------------
44

55
- `Issue #103`_: Using re2 fails if pyre2 is also installed.
66

README-dist.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,14 @@ Change History
227227
==============
228228

229229

230+
1.0.4 (2026-01-26)
231+
------------------
232+
233+
- `Issue #103`_: Using re2 fails if pyre2 is also installed.
234+
235+
.. _`Issue #103`: https://github.com/cpburnz/python-pathspec/issues/103
236+
237+
230238
1.0.3 (2026-01-09)
231239
------------------
232240

pathspec/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
This module defines the version.
33
"""
44

5-
__version__ = "1.0.3"
5+
__version__ = "1.0.4"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ license = {text = "MPL 2.0"}
2929
name = "pathspec"
3030
readme = "README-dist.rst"
3131
requires-python = ">=3.9"
32-
version = "1.0.3"
32+
version = "1.0.4"
3333

3434
[project.optional-dependencies]
3535
hyperscan = [

0 commit comments

Comments
 (0)