summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.rst6
-rw-r--r--setup.py2
2 files changed, 4 insertions, 4 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index a05a0be..1cbff80 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,10 +2,10 @@
Changes
=========
-5.3.0a2 (unreleased)
-====================
+5.3.0 (2020-03-21)
+==================
-- Nothing changed yet.
+- No changes from 5.3.0a1
5.3.0a1 (2021-03-18)
diff --git a/setup.py b/setup.py
index 785d118..0107ba8 100644
--- a/setup.py
+++ b/setup.py
@@ -100,7 +100,7 @@ long_description = (
)
setup(name='zope.interface',
- version='5.3.0a2.dev0',
+ version='5.3.0',
url='https://github.com/zopefoundation/zope.interface',
license='ZPL 2.1',
description='Interfaces for Python',