diff options
| author | robot-piglet <[email protected]> | 2026-05-11 10:29:49 +0300 |
|---|---|---|
| committer | robot-piglet <[email protected]> | 2026-05-11 11:17:01 +0300 |
| commit | 79cd62203810bb59c4fdb1c1a32e1c817eafd643 (patch) | |
| tree | af06d4255c10f336cef38de0c6798774f7876c53 /contrib/python | |
| parent | 15901d98de684f45489a302b6e7fd28d48f556a9 (diff) | |
Intermediate changes
commit_hash:0b27f943960e20d202aaebc0cbcca2111f11a580
Diffstat (limited to 'contrib/python')
| -rw-r--r-- | contrib/python/zope.interface/py3/.dist-info/METADATA | 8 | ||||
| -rw-r--r-- | contrib/python/zope.interface/py3/ya.make | 2 |
2 files changed, 8 insertions, 2 deletions
diff --git a/contrib/python/zope.interface/py3/.dist-info/METADATA b/contrib/python/zope.interface/py3/.dist-info/METADATA index 43efa6e8c1f..dc72329b80f 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.4 Name: zope.interface -Version: 8.3 +Version: 8.4 Summary: Interfaces for Python Author-email: Zope Foundation and contributors <[email protected]> Maintainer-email: Plone Foundation and contributors <[email protected]> @@ -75,6 +75,12 @@ For detailed documentation, please see https://zopeinterface.readthedocs.io/en/l Change log ========== +8.4 (2026-04-25) +---------------- + +- Add support for automatically building and publishing Windows/ARM64 wheels. + + 8.3 (2026-04-10) ---------------- diff --git a/contrib/python/zope.interface/py3/ya.make b/contrib/python/zope.interface/py3/ya.make index 02fc86cf4e2..958b83188a6 100644 --- a/contrib/python/zope.interface/py3/ya.make +++ b/contrib/python/zope.interface/py3/ya.make @@ -2,7 +2,7 @@ PY3_LIBRARY() -VERSION(8.3) +VERSION(8.4) LICENSE(ZPL-2.1) |
