~~~~~~~~~~~~~~~~~~~
- Fixes ``align_to_week`` and ``align_to_month`` not behaving consistently with ``align_to_day`` during DST transitions
[Daverball]
- Fixes DST related issues in ``get_date_range``, ``dtrange`` and ``weekrange``
With this change these functions now accept additional arguments
that determine what happens with ambiguous, non-existent times
during daylight savings transitions.
[Daverball]
- Adds type annotations
[Daverball]
- Removes support for Python 2.7 and 3.6 and below
[Daverball]
- Removes explicit support for Python 3.3 (might or might not work).
[href]