From b85c3d34c4de4497f00c789dc0b588bc07a896ae Mon Sep 17 00:00:00 2001 From: Jason Madden Date: Fri, 3 Jul 2020 10:24:57 -0500 Subject: Preparing release 4.6.2 --- CHANGES.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index c3f88be..71200f3 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,7 +2,7 @@ Changes ========= -4.6.2 (unreleased) +4.6.2 (2020-07-03) ================== - Improve the documentation, both published and in docstrings. See `PR diff --git a/setup.py b/setup.py index 2ac03d7..dcf7271 100644 --- a/setup.py +++ b/setup.py @@ -62,7 +62,7 @@ def read(*rnames): setup( name='zope.component', - version='4.6.2.dev0', + version='4.6.2', url='https://github.com/zopefoundation/zope.component', license='ZPL 2.1', description='Zope Component Architecture', -- cgit v1.2.1