- Change pickle format to export the microseconds as an int, to solve a problem with dates after 2038. (`56 <https://github.com/zopefoundation/DateTime/issues/56>`_)
5.4
----------------
- Fix ``UnknownTimeZoneError`` when unpickling ``DateTime.DateTime().asdatetime()``. (`58 <https://github.com/zopefoundation/DateTime/issues/58>`_)
- Repair equality comparison between DateTime instances and other types. (`60 <https://github.com/zopefoundation/DateTime/issues/60>`_)
5.3
----------------
- Add support for Python 3.12.
- Add preliminary support for Python 3.13a2.
5.2
----------------
- Cast int to float in compare methods. - Fix compare methods between DateTime instances and None. (`52 <https://github.com/zopefoundation/DateTime/issues/52>`_)
5.1
----------------
- Add missing ``python_requires`` to ``setup.py``.