Skip to content

Commit

Permalink
- prepare release 6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Feb 27, 2024
1 parent 4e98a1e commit 975be75
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,20 @@
zope.testrunner Changelog
===========================

6.4 (unreleased)
6.4 (2024-02-27)
================

- Add PEP 440 support (implicit namespaces).
(`#160 <https://github.com/zopefoundation/zope.testrunner/issues/160>`_)


6.3.1 (2024-02-12)
==================

- Fix XML tests when running in distribution resp. separately.
(`#163 <https://github.com/zopefoundation/zope.testrunner/issues/163>`_)


6.3 (2024-02-07)
================

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


version = '6.4.dev0'
version = '6.4'

INSTALL_REQUIRES = [
'setuptools',
Expand Down

0 comments on commit 975be75

Please sign in to comment.