Skip to content

Commit 5028912

Browse files
committed
- prepare release 6.0
1 parent 6a8881c commit 5028912

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGES.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,19 @@ Change log
33

44
To 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+
1416
5.1 (2024-01-03)
1517
----------------
16-
- add support for Python 3.12,
18+
- add support for Python 3.12
1719

1820

1921
5.0 (2023-02-02)

setup.py

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

2323

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

0 commit comments

Comments
 (0)