Changelog
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
pytzdependency withdatetime.timezone.utcandzoneinfo(#15)Reformat codebase with black and isort
Configure GitHub Actions; remove Travis CI configuration file
1.1 (2018-06-10)
1.0 (2015-11-09)
First formally-tagged release
Fix
utils.timedelta_seconds()to usedatetime.timedelta.total_seconds()when the native method is available (#6)
0.2 (2014-02-09)
Python 3 compatibility (#2)
0.1 (2011-01-26)
Initial release