Back to development: 5.3.0a2

This commit is contained in:
Jason Madden 2021-03-18 09:11:38 -05:00
parent cec672fb3f
commit dd0f7b9447
No known key found for this signature in database
GPG Key ID: 349F84431A08B99E
2 changed files with 7 additions and 1 deletions

View File

@ -2,6 +2,12 @@
Changes
=========
5.3.0a2 (unreleased)
====================
- Nothing changed yet.
5.3.0a1 (2021-03-18)
====================

View File

@ -100,7 +100,7 @@ long_description = (
)
setup(name='zope.interface',
version='5.3.0a1',
version='5.3.0a2.dev0',
url='https://github.com/zopefoundation/zope.interface',
license='ZPL 2.1',
description='Interfaces for Python',