summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Madden <jamadden@gmail.com>2021-03-18 09:11:13 -0500
committerJason Madden <jamadden@gmail.com>2021-03-18 09:11:13 -0500
commitcec672fb3f102661dacc97296ef0bfd82529c1fd (patch)
tree7f32e58951a5a327a16210cc0ed3de65eb3fbf34
parent5db4d7c6890b014dc5dac3631509af1d5aa52d79 (diff)
downloadzope-interface-5.3.0a1.tar.gz
Preparing release 5.3.0a15.3.0a1
-rw-r--r--CHANGES.rst4
-rw-r--r--setup.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 02d72c2..a2b8a6f 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,8 +2,8 @@
Changes
=========
-5.3.0 (unreleased)
-==================
+5.3.0a1 (2021-03-18)
+====================
- Improve the repr of ``zope.interface.Provides`` to remove ambiguity
about what is being provided. This is especially helpful diagnosing
diff --git a/setup.py b/setup.py
index d84e95e..f77781d 100644
--- a/setup.py
+++ b/setup.py
@@ -100,7 +100,7 @@ long_description = (
)
setup(name='zope.interface',
- version='5.2.1.dev0',
+ version='5.3.0a1',
url='https://github.com/zopefoundation/zope.interface',
license='ZPL 2.1',
description='Interfaces for Python',