This release drops support for Python 2 and Python 3.5.
This release has been yanked_ from PyPI due to missing ``Requires-Python`` in METADATA allowing (broken) installation under py27. Use release 1.0.1 instead.
.. _yanked: https://pypi.org/help/#yanked
Dependencies ------------
This package no longer has any external dependencies. Since python
0.3.3.post1
================================
- Fix useless comparison in test. - Fix formatting in ``CHANGES.rst``.
0.3.3
==========================
Bugs ----
- Pin ``tzlocal<3``. (``Tzlocal >= 3`` drops support for python 2.)
0.3.2
==========================
Bugs ----
- Ensure that ``comparable_date`` and ``comparable_datetime`` objects are hashable. This fixes issues using these classes with ``pytz`` under py3k.