Skip to content

Commit

Permalink
prepare 7.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
davisagli committed Oct 23, 2024
1 parent 8f42047 commit 98296bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Changes
=========

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

- Fix segmentation faults in `weakrefobject.c` on Python 3.12 and 3.13.
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.dev0'
version = '7.1.1'


class optional_build_ext(build_ext):
Expand Down

0 comments on commit 98296bd

Please sign in to comment.