We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4881aa commit 8d4c9c0Copy full SHA for 8d4c9c0
CHANGELOG.rst
@@ -2,6 +2,9 @@
2
Changelog
3
=========
4
5
+2.14.0 (2024-03-03)
6
+-------------------
7
+
8
* Fix ``utcfromtimestamp()`` warning on Python 3.12+.
9
10
Thanks to Konstantin Baikov in `PR #424 <https://github.com/adamchainz/time-machine/pull/424>`__.
pyproject.toml
@@ -6,7 +6,7 @@ requires = [
[project]
name = "time-machine"
-version = "2.13.0"
+version = "2.14.0"
description = "Travel through time in your tests."
11
readme = {file = "README.rst", content-type = "text/x-rst"}
12
keywords = [
0 commit comments