Skip to content

Commit 6438f9e

Browse files
committed
- prepare release 6.4
1 parent c486aea commit 6438f9e

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGES.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
Change log
22
==========
33

4-
6.4 (unreleased)
4+
6.4 (2025-11-17)
55
----------------
66

7+
- Move all supported package metadata into ``pyproject.toml``.
8+
79
- Add support for Python 3.14.
810

911
- Drop support for Python 3.9.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ build-backend = "setuptools.build_meta"
1313

1414
[project]
1515
name = "persistent"
16-
version = "6.4.dev0"
16+
version = "6.4"
1717
description = "Translucent persistent objects"
1818
readme = "README.rst"
1919
requires-python = ">=3.10"

0 commit comments

Comments
 (0)