We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d205a63 commit eec0d7dCopy full SHA for eec0d7d
CHANGELOG.rst
@@ -2,6 +2,9 @@
2
Changelog
3
=========
4
5
+2.14.2 (2024-06-29)
6
+-------------------
7
+
8
* Fix ``SystemError`` on Python 3.13 and Windows when starting time travelling.
9
10
Thanks to Bernát Gábor for the report in `Issue #456 <https://github.com/adamchainz/time-machine/issues/456>`__.
pyproject.toml
@@ -6,7 +6,7 @@ requires = [
[project]
name = "time-machine"
-version = "2.14.1"
+version = "2.14.2"
description = "Travel through time in your tests."
11
readme = "README.rst"
12
keywords = [
0 commit comments