All Versions
22
Latest Version
Avg Release Cycle
40 days
Latest Release
616 days ago

Changelog History
Page 1

  • v2.8.1 Changes

    August 16, 2022
    • πŸ— Actually build Python 3.11 wheels.
  • v2.8.0 Changes

    August 15, 2022
    • πŸ— Build Python 3.11 wheels.
  • v2.7.1 Changes

    June 24, 2022
    • πŸ›  Fix usage of ZoneInfo from the backports.zoneinfo package. This makes ZoneInfo support work for Python < 3.9.
  • v2.7.0 Changes

    May 11, 2022
    • πŸ‘Œ Support Python 3.11 (no wheels yet, they will only be available when Python 3.11 is RC when the ABI is stable).
  • v2.6.0 Changes

    January 10, 2022
    • ⬇️ Drop Python 3.6 support.
  • v2.5.0 Changes

    December 14, 2021
    • Add time_machine.escape_hatch, which provides functions to bypass time-machine.

    Thanks to Matt Pegler for the feature request in Issue #206 <https://github.com/adamchainz/time-machine/issues/206>__.

  • v2.4.1 Changes

    November 27, 2021
    • 🐧 Build musllinux wheels.
  • v2.4.0 Changes

    September 01, 2021
    • πŸ‘Œ Support Python 3.10.
  • v2.3.1 Changes

    July 13, 2021
    • 🍎 Build universal2 wheels for Python 3.8 on macOS.
  • v2.3.0 Changes

    July 05, 2021
    • πŸ‘ Allow passing tick to Coordinates.move_to() and the pytest fixture’s time_machine.move_to(). This allows freezing or unfreezing of time when travelling.