Skip to content

Commit eec0d7d

Browse files
committed
Version 2.14.2
1 parent d205a63 commit eec0d7d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.rst

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog
33
=========
44

5+
2.14.2 (2024-06-29)
6+
-------------------
7+
58
* Fix ``SystemError`` on Python 3.13 and Windows when starting time travelling.
69

710
Thanks to Bernát Gábor for the report in `Issue #456 <https://github.com/adamchainz/time-machine/issues/456>`__.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires = [
66

77
[project]
88
name = "time-machine"
9-
version = "2.14.1"
9+
version = "2.14.2"
1010
description = "Travel through time in your tests."
1111
readme = "README.rst"
1212
keywords = [

0 commit comments

Comments
 (0)