Skip to content

Commit 8d4c9c0

Browse files
committed
Version 2.14.0
1 parent d4881aa commit 8d4c9c0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Changelog
33
=========
44

5+
2.14.0 (2024-03-03)
6+
-------------------
7+
58
* Fix ``utcfromtimestamp()`` warning on Python 3.12+.
69

710
Thanks to Konstantin Baikov in `PR #424 <https://github.com/adamchainz/time-machine/pull/424>`__.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires = [
66

77
[project]
88
name = "time-machine"
9-
version = "2.13.0"
9+
version = "2.14.0"
1010
description = "Travel through time in your tests."
1111
readme = {file = "README.rst", content-type = "text/x-rst"}
1212
keywords = [

0 commit comments

Comments
 (0)