From eec0d7d02ff81f52cf1ce0ff62ad7208171c9675 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Sat, 29 Jun 2024 10:26:03 +0100 Subject: [PATCH] Version 2.14.2 --- CHANGELOG.rst | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a75559e..85e4a8d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,9 @@ Changelog ========= +2.14.2 (2024-06-29) +------------------- + * Fix ``SystemError`` on Python 3.13 and Windows when starting time travelling. Thanks to Bernát Gábor for the report in `Issue #456 `__. diff --git a/pyproject.toml b/pyproject.toml index eaea763..43b815c 100644 --- a/pyproject.toml +++ b/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." readme = "README.rst" keywords = [