Skip to content

Commit

Permalink
- prepare release 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Feb 2, 2023
1 parent 86aee10 commit 04c3b6c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
@@ -1,12 +1,12 @@
Products.DCWorkflow Changelog
=============================

3.0 (unreleased)
3.0 (2023-02-02)
----------------


- Drop support for Python 2.7, 3.5, 3.6.


2.7.0 (2022-12-16)
------------------

Expand Down
6 changes: 3 additions & 3 deletions setup.py
Expand Up @@ -16,7 +16,7 @@ def _package_doc(name):
DESC = 'DCWorkflow product for the Zope Content Management Framework'

setup(name='Products.%s' % NAME,
version='3.0.dev0',
version='3.0',
description=DESC,
long_description=README,
classifiers=[
Expand All @@ -34,9 +34,9 @@ def _package_doc(name):
'Topic :: Software Development',
'Topic :: Software Development :: Libraries :: Application Frameworks',
],
keywords='web application server zope zope2 cmf',
keywords='web application server zope cmf',
author='Zope Foundation and Contributors',
author_email='zope-cmf@zope.org',
author_email='zope-dev@zope.dev',
url='https://pypi.org/project/Products.DCWorkflow',
project_urls={
'Issue Tracker': ('https://github.com/zopefoundation/'
Expand Down

0 comments on commit 04c3b6c

Please sign in to comment.