Skip to content

Commit

Permalink
Version 2.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchainz committed Mar 3, 2024
1 parent d4881aa commit 8d4c9c0
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.0 (2024-03-03)
-------------------

* Fix ``utcfromtimestamp()`` warning on Python 3.12+.

Thanks to Konstantin Baikov in `PR #424 <https://github.com/adamchainz/time-machine/pull/424>`__.
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.13.0"
version = "2.14.0"
description = "Travel through time in your tests."
readme = {file = "README.rst", content-type = "text/x-rst"}
keywords = [
Expand Down

0 comments on commit 8d4c9c0

Please sign in to comment.