Skip to content

Commit 5ab7e60

Browse files
committed
Prepare for v1
1 parent bc81a7d commit 5ab7e60

6 files changed

Lines changed: 9 additions & 9 deletions

File tree

CHANGES.rst

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

44

5-
1.0.0 (TBD: Soon)
6-
-------------------
5+
1.0.0 (2026-01-05)
6+
------------------
77

88
Major changes:
99

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.0 (TBD: Soon)
3-
-------------------
2+
1.0.0 (2026-01-05)
3+
------------------
44

55
Major changes:
66

README-dist.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,8 @@ Change History
229229
==============
230230

231231

232-
1.0.0 (TBD: Soon)
233-
-------------------
232+
1.0.0 (2026-01-05)
233+
------------------
234234

235235
Major changes:
236236

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.0.dev1"
5+
__version__ = "1.0.0.dev2"

pathspec/pathspec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ def match_tree_entries(
411411
entries = util.iter_tree_entries(root, on_error=on_error, follow_links=follow_links)
412412
yield from self.match_entries(entries, negate=negate)
413413

414-
# NOTICE: The deprecation warning was only added in 1.0.0 (from TODO 2026-01-03).
414+
# NOTICE: The deprecation warning was only added in 1.0.0 (from 2026-01-05).
415415
@deprecated((
416416
"PathSpec.match_tree() is deprecated. Use .match_tree_files() instead."
417417
))

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.0.dev1"
32+
version = "1.0.0.dev2"
3333

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

0 commit comments

Comments
 (0)