Changelog

2.1.0 (2025-08-23)

(The Git branch used for development was renamed from master to main)

  • Greatly simplify timestamp parsing and generation code, leveraging improvements in native Python capabilities in the past decade-and-a-half. See @53c2d15 for further details.

  • Simplify GitHub Actions workflow. Add zizmor to audit workflows.

  • Modernize packaging and documentation configuration.

2.0.1 (2024-11-03)

  • Fix GitHub Actions badge in README.rst.

2.0 (2024-11-03)

(not released to PyPI)

  • Migrate tests from nose to unittest and pytest (#16)

  • Replace pytz dependency with datetime.timezone.utc and zoneinfo (#15)

  • Reformat codebase with black and isort

  • Configure GitHub Actions; remove Travis CI configuration file

1.1 (2018-06-10)

  • Drop support for EOL Python releases, add (explicit) support for Python 3.5 and 3.6 (#7, #10, #11, #12)

  • Add utils.FixedOffset.__deepcopy__() method, to prevent crash on deepcopy (#8)

1.0 (2015-11-09)

0.2 (2014-02-09)

  • Python 3 compatibility (#2)

0.1 (2011-01-26)

  • Initial release