Skip to content

Commit

Permalink
- prepare release 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Feb 1, 2023
1 parent 5f0a990 commit 832e799
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
@@ -1,8 +1,8 @@
Change log
==========

2.0.0 (unreleased)
------------------
2.0 (2023-02-01)
----------------

- Drop support for Python 2.7, 3.5, 3.6.

Expand Down
4 changes: 1 addition & 3 deletions setup.py
Expand Up @@ -7,8 +7,6 @@
from setuptools import setup


version = '2.0.0.dev0'

readme_file = 'README.rst'
changes_file = 'CHANGES.rst'
desc = open(readme_file).read().strip()
Expand All @@ -17,7 +15,7 @@


setup(name='Products.SQLAlchemyDA',
version=version,
version='2.0',
url='https://github.com/zopefoundation/Products.SQLAlchemyDA',
project_urls={
'Issue Tracker': ('https://github.com/zopefoundation/'
Expand Down

0 comments on commit 832e799

Please sign in to comment.