Preparing release 5.1.2

This commit is contained in:
Jason Madden 2020-10-01 07:36:06 -05:00
parent 5cb7ffdb52
commit 375f39b75f
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.2 (unreleased)
5.1.2 (2020-10-01)
==================
- Make sure to call each invariant only once when validating invariants.

View File

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