We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c486aea commit 6438f9eCopy full SHA for 6438f9e
2 files changed
CHANGES.rst
@@ -1,9 +1,11 @@
1
Change log
2
==========
3
4
-6.4 (unreleased)
+6.4 (2025-11-17)
5
----------------
6
7
+- Move all supported package metadata into ``pyproject.toml``.
8
+
9
- Add support for Python 3.14.
10
11
- Drop support for Python 3.9.
pyproject.toml
@@ -13,7 +13,7 @@ build-backend = "setuptools.build_meta"
13
14
[project]
15
name = "persistent"
16
-version = "6.4.dev0"
+version = "6.4"
17
description = "Translucent persistent objects"
18
readme = "README.rst"
19
requires-python = ">=3.10"
0 commit comments