File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,14 +4,16 @@ Change log
44This change log covers releases starting with version 3.0. For earlier
55releases, see the file `HISTORY.txt ` in this folder.
66
7- 5.3 (unreleased)
8- ----------------
97
8+ 6.0 (unreleased)
9+ ----------------
10+ - Convert to PEP 420-style namespace package.
1011
1112- Add support for Python 3.13, 3.14.
1213
1314- Drop support for Python 3.7, 3.8, 3.9.
1415
16+
15175.2 (2024-01-03)
1618----------------
1719- update to latest zope meta config templates
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ def read(name):
2626
2727setup (
2828 name = 'Products.LDAPUserFolder' ,
29- version = '5.3.dev0 ' ,
29+ version = '6.0 ' ,
3030 description = 'A LDAP-enabled Zope user folder' ,
3131 long_description = read ('README.rst' ),
3232 long_description_content_type = 'text/x-rst' ,
You can’t perform that action at this time.
0 commit comments