From cc1716c669a6eba84f639a1c8653e58bc07374ee Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Fri, 22 Mar 2024 23:14:19 +0000 Subject: [PATCH] Version 2.14.1 --- CHANGELOG.rst | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5984577..a41353c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,9 @@ Changelog ========= +2.14.1 (2024-03-22) +------------------- + * Fix segmentation fault when the first ``travel()`` call in a process uses a ``timedelta``. Thanks to Marcin Sulikowski for the report in `Issue #431 `__. diff --git a/pyproject.toml b/pyproject.toml index a7bdd64..cdd757a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ requires = [ [project] name = "time-machine" -version = "2.14.0" +version = "2.14.1" description = "Travel through time in your tests." readme = {file = "README.rst", content-type = "text/x-rst"} keywords = [