Skip to content

Commit

Permalink
- prepare release 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Dec 17, 2024
1 parent 04eccd8 commit 8b13549
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Products.ZMySQLDA change log
============================

5.1 (unreleased)
6.0 (2024-12-17)
----------------

- Adjust for ``mysqlclient`` behavior change after version 2.2.0
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
install_requires = [
'setuptools',
'Products.ZSQLMethods',
'Zope >= 5',
'Zope',
]
if not os.environ.get('READTHEDOCS') == 'True':
install_requires += [
'mysqlclient >= 1.4',
'mysqlclient',
]


Expand All @@ -34,7 +34,7 @@ def read(*rnames):

setup(
name='Products.ZMySQLDA',
version='5.1.dev0',
version='6.0',
license='ZPL 2.1',
author='Zope Foundation and Contributors',
author_email='[email protected]',
Expand Down

0 comments on commit 8b13549

Please sign in to comment.