We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 204bc90 commit 93f3dd9Copy full SHA for 93f3dd9
CHANGES.rst
@@ -1,7 +1,7 @@
1
Change log
2
==========
3
4
-6.2 (unreleased)
+6.2 (2025-11-16)
5
----------------
6
7
- Move all supported package metadata into ``pyproject.toml``.
pyproject.toml
@@ -11,7 +11,7 @@ build-backend = "setuptools.build_meta"
11
12
[project]
13
name = "ExtensionClass"
14
-version = "6.2.dev0"
+version = "6.2"
15
description = "Metaclass for subclassable extension types"
16
readme = "README.rst"
17
requires-python = ">=3.10"
0 commit comments