diff options
-rw-r--r-- | CHANGES.rst | 4 | ||||
-rw-r--r-- | setup.py | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index b440708..f586db3 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,10 +2,10 @@ Changes ========= -4.6.3 (unreleased) +4.7.0 (unreleased) ================== -- Nothing changed yet. +- Add support for Python 3.9 4.6.2 (2020-07-03) @@ -62,7 +62,7 @@ def read(*rnames): setup( name='zope.component', - version='4.6.3.dev0', + version='4.7.0.dev0', url='https://github.com/zopefoundation/zope.component', project_urls={ 'Documentation': 'https://zopecomponent.readthedocs.io/', |