- Fix GitHub Actions badge in README.rst.
(not released to PyPI)
- Migrate tests from nose to unittest and pytest (:issue:`16`)
- Replace :mod:`pytz` dependency with :attr:`datetime.timezone.utc` and :mod:`zoneinfo` (:issue:`15`)
- Reformat codebase with black and isort
- Configure GitHub Actions; remove Travis CI configuration file
- Drop support for EOL Python releases, add (explicit) support for Python 3.5 and 3.6 (:issue:`7,10,11,12`)
- Add :meth:`.utils.FixedOffset.__deepcopy__()` method, to prevent crash on deepcopy (:issue:`8`)
- First formally-tagged release
- Fix :func:`.utils.timedelta_seconds()` to use :meth:`datetime.timedelta.total_seconds()` when the native method is available (:issue:`6`)
- Documentation and packaging cleanup (:issue:`4,5`)
- Python 3 compatibility (:issue:`2`)
- Initial release