Released 2024-11-11.
Breaking changes:
- None
Release highlights:
- Adds support for python 3.13.
Released 2024-02-05.
Breaking changes:
- None
Release highlights:
- Adds support for python 3.12.
- Adds
fold
to the constructor ofdatetime_tz
Released 2023-11-16.
Breaking changes:
- None
Release highlights:
- Adds support for using the
pydantic.v1
module from pydantic v2 for backward compatibility.
Released 2023-10-02.
Breaking changes:
- None
Release highlights:
- Heliclockter now supports Pydantic v2. See the migration guide on how to migrate to Pydantic v2. Pydantic v1 is still supported for now.
Released 2022-12-02.
Breaking changes:
- None.
Release highlights:
- Allow
pydantic
models to parsedatetime.datetime
input values
Released 2022-11-29.
Breaking changes:
- None.
Release highlights:
- Included
py.typed
in packaged release
Released 2022-11-28.
Breaking changes:
- None.
Release highlights:
- Fix bug in
datetime_tz.from_datetime()
where if the input datetime is itself a different instance ofdatetime_tz
than the class reparsing it anAssertionError
would be raised.
Released 2022-11-23.
Breaking changes:
- None.
Release highlights:
- Enrich project metadata
Initial release. See the blog post to learn more.