Skip to content

v2.0.0

Compare
Choose a tag to compare
@Rory-Sullivan Rory-Sullivan released this 26 Nov 05:07
· 9 commits to main since this release
d9743e7

Major release. This release deprecates support for old versions of Python and improves the handling of timezones.

Deprecated

  • Support for Python versions 3.6, 3.7, and 3.8. The new minimum version supported is 3.9. This was done to take advantage of the zoneinfo module added in Python 3.9.

Updated

  • Minimum supported requests version updated to v2.25.1
  • Adds better support for timezones to the intervals_for and intervals between methods on the Data class.