Preparing release 5.1.0

This commit is contained in:
Jason Madden 2020-04-08 07:23:38 -05:00
parent 76203ebcd3
commit d28ef60bde
No known key found for this signature in database
GPG Key ID: 349F84431A08B99E
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
Changes
=========
5.1.0 (unreleased)
5.1.0 (2020-04-08)
==================
- Make ``@implementer(*iface)`` and ``classImplements(cls, *iface)``

View File

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