Skip to content

Commit

Permalink
Version 2.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchainz committed Mar 22, 2024
1 parent ee93b04 commit cc1716c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/adamchainz/time-machine/issues/431>`__.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit cc1716c

Please sign in to comment.