diff options
author | robot-piglet <[email protected]> | 2024-06-07 08:44:59 +0300 |
---|---|---|
committer | robot-piglet <[email protected]> | 2024-06-07 08:54:09 +0300 |
commit | a7b5aef2daa5510cf5dd2766cb49be4e389b2945 (patch) | |
tree | 8719c72b14e6e430af7ffe83e0f21838e5e25a09 /contrib/python/zope.interface/py3 | |
parent | 60934aa03970b15d67413cc247f0f933969fa1b5 (diff) |
Intermediate changes
Diffstat (limited to 'contrib/python/zope.interface/py3')
-rw-r--r-- | contrib/python/zope.interface/py3/.dist-info/METADATA | 9 | ||||
-rw-r--r-- | contrib/python/zope.interface/py3/ya.make | 2 |
2 files changed, 9 insertions, 2 deletions
diff --git a/contrib/python/zope.interface/py3/.dist-info/METADATA b/contrib/python/zope.interface/py3/.dist-info/METADATA index 40111270bf8..c903dd97fec 100644 --- a/contrib/python/zope.interface/py3/.dist-info/METADATA +++ b/contrib/python/zope.interface/py3/.dist-info/METADATA @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: zope.interface -Version: 6.4.post0 +Version: 6.4.post1 Summary: Interfaces for Python Home-page: https://github.com/zopefoundation/zope.interface Author: Zope Foundation and Contributors @@ -75,6 +75,13 @@ For detailed documentation, please see https://zopeinterface.readthedocs.io/en/l Changes ========= +6.4.post1 (2024-05-23) +====================== + +- Publish missing Windows wheels. + (`#295 <https://github.com/zopefoundation/zope.interface/issues/295>`_) + + 6.4.post0 (2024-05-22) ====================== diff --git a/contrib/python/zope.interface/py3/ya.make b/contrib/python/zope.interface/py3/ya.make index 1556a4768ee..e7b5d1332af 100644 --- a/contrib/python/zope.interface/py3/ya.make +++ b/contrib/python/zope.interface/py3/ya.make @@ -2,7 +2,7 @@ PY3_LIBRARY() -VERSION(6.4.post0) +VERSION(6.4.post1) LICENSE(ZPL-2.1) |