We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cc2de7 commit 6aa597cCopy full SHA for 6aa597c
2 files changed
CHANGES.rst
@@ -2,7 +2,7 @@
2
CHANGES
3
=========
4
5
-4.1 (unreleased)
+4.1 (2026-04-17)
6
================
7
8
- Move package metadata from setup.py to pyproject.toml.
pyproject.toml
@@ -10,7 +10,7 @@ build-backend = "setuptools.build_meta"
10
11
[project]
12
name = "z3c.recipe.compattest"
13
-version = "4.1.dev0"
+version = "4.1"
14
description = "Buildout recipe to create testrunners for testing compatibility with other packages"
15
license = "ZPL-2.1"
16
classifiers = [
0 commit comments