File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -3,17 +3,19 @@ Change log
33
44To see earlier changes please see HISTORY.txt.
55
6- 5.2 (unreleased)
7- ----------------
86
7+ 6.0 (2025-11-19)
8+ ----------------
9+ - Convert to PEP 420-style namespace package.
910
1011- Add support for Python 3.13, 3.14.
1112
1213- Drop support for Python 3.7, 3.8, 3.9.
1314
15+
14165.1 (2024-01-03)
1517----------------
16- - add support for Python 3.12,
18+ - add support for Python 3.12
1719
1820
19215.0 (2023-02-02)
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ def read(name):
2222
2323
2424setup (name = 'Products.LDAPMultiPlugins' ,
25- version = '5.2.dev0 ' ,
25+ version = '6.0 ' ,
2626 description = 'LDAP-backed plugins for the Zope PluggableAuthService' ,
2727 long_description = read ('README.rst' ),
2828 long_description_content_type = 'text/x-rst' ,
You can’t perform that action at this time.
0 commit comments