diff --git a/CHANGES.rst b/CHANGES.rst index 1c47060..fbdd21d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,7 +2,7 @@ Changes ========= -4.4.0 (unreleased) +4.4.0 (2020-03-30) ================== - Drop support for Python 3.4. diff --git a/setup.py b/setup.py index 38328f8..bdf662b 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ def read(filename): setup( name='zope.traversing', - version='4.4.0.dev0', + version='4.4.0', url='https://github.com/zopefoundation/zope.traversing', license='ZPL 2.1', author='Zope Foundation and Contributors',