Skip to content

Commit

Permalink
vb [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
davisagli committed Oct 23, 2024
1 parent 98296bd commit 7e0be48
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,17 @@
Changes
=========

7.1.2 (unreleased)
==================


7.1.1 (2024-10-23)
==================

- Fix segmentation faults in `weakrefobject.c` on Python 3.12 and 3.13.
(`#323 <https://github.com/zopefoundation/zope.interface/issues/323>`_)


7.1.0 (2024-10-10)
==================

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
from setuptools.command.build_ext import build_ext


version = '7.1.1'
version = '7.1.2.dev0'


class optional_build_ext(build_ext):
Expand Down

0 comments on commit 7e0be48

Please sign in to comment.