summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.rst2
-rw-r--r--setup.py2
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',