We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a632d13 commit 578b373Copy full SHA for 578b373
CHANGES.rst
@@ -1,7 +1,7 @@
1
Changes
2
=======
3
4
-4.1 (unreleased)
+4.1 (2025-11-25)
5
----------------
6
7
- Add support for Python 3.12, 3.13, 3.14.
setup.py
@@ -7,7 +7,7 @@
8
setup(
9
name='zope.sqlalchemy',
10
- version='4.1.dev0',
+ version='4.1',
11
include_package_data=True,
12
zip_safe=False,
13
test_suite='zope.sqlalchemy.tests.test_suite',
0 commit comments