Skip to content

Commit 27b0159

Browse files
committed
- prepare release 6.0
1 parent 9d20984 commit 27b0159

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGES.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,16 @@ Change log
44
This change log covers releases starting with version 3.0. For earlier
55
releases, 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+
1517
5.2 (2024-01-03)
1618
----------------
1719
- update to latest zope meta config templates

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def read(name):
2626

2727
setup(
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',

0 commit comments

Comments
 (0)