Skip to content

Commit

Permalink
Preparing release 6.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
icemac committed Dec 13, 2024
1 parent 73692d3 commit 731249c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
zope.testrunner Changelog
===========================

6.7 (unreleased)
================
6.6.1 (2024-12-13)
==================

- Make signatures in ``tb_format`` Python 3.12+ compatible
(`#186 <https://github.com/zopefoundation/zope.testrunner/issues/186>`_)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from setuptools import setup


version = '6.7.dev0'
version = '6.6.1'

INSTALL_REQUIRES = [
'setuptools',
Expand Down

0 comments on commit 731249c

Please sign in to comment.