From 0748df1b08d9d83b43236f5be3ec48149cd6edc3 Mon Sep 17 00:00:00 2001 From: Eric McDonald Date: Wed, 24 Sep 2025 12:02:46 -0700 Subject: [PATCH 1/3] Version: 1.9 --- sources/classcore/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/classcore/__init__.py b/sources/classcore/__init__.py index 8b5303c..0e491de 100644 --- a/sources/classcore/__init__.py +++ b/sources/classcore/__init__.py @@ -62,7 +62,7 @@ class decorators. Furthermore, the exception classes in the __version__: __.typx.Annotated[ str, __.ddoc.Visibilities.Reveal ] -__version__ = '1.9a0' +__version__ = '1.9' standard.finalize_module( From 08eccbd97ebaf11e53fe153a6f23abbb543a9308 Mon Sep 17 00:00:00 2001 From: Eric McDonald Date: Wed, 24 Sep 2025 12:03:28 -0700 Subject: [PATCH 2/3] Update changelog for v1.9 release. --- documentation/changelog.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/documentation/changelog.rst b/documentation/changelog.rst index d52da9c..d8f5044 100644 --- a/documentation/changelog.rst +++ b/documentation/changelog.rst @@ -23,6 +23,15 @@ Release Notes .. towncrier release notes start +classcore 1.9 (2025-09-24) +========================== + +Repairs +------- + +- Fix PyPy compatibility with super() calls in slotted dataclasses. + + Classcore 1.8 (2025-07-23) ========================== From ce5489e4b46bb3ddc855fa3d8ff4a5098f9faf31 Mon Sep 17 00:00:00 2001 From: Eric McDonald Date: Wed, 24 Sep 2025 12:35:04 -0700 Subject: [PATCH 3/3] Clean up news fragments. --- .auxiliary/data/towncrier/+pypy-super-compatibility.repair.rst | 1 - 1 file changed, 1 deletion(-) delete mode 100644 .auxiliary/data/towncrier/+pypy-super-compatibility.repair.rst diff --git a/.auxiliary/data/towncrier/+pypy-super-compatibility.repair.rst b/.auxiliary/data/towncrier/+pypy-super-compatibility.repair.rst deleted file mode 100644 index 9eb2d08..0000000 --- a/.auxiliary/data/towncrier/+pypy-super-compatibility.repair.rst +++ /dev/null @@ -1 +0,0 @@ -Fix PyPy compatibility with super() calls in slotted dataclasses. \ No newline at end of file