- Categories are comma separated not 1 per line 265. [cleder] - mark test with mixed timezoneaware and naive datetimes as an expected failure. [cleder]
4.0.2
------------------
Bug fixes:
- Update all pypi.python.org URLs to pypi.org [jon.dufresne]
4.0.1
------------------
- Added rudimentary command line interface. [jfjlaros]
- Readme, setup and travis updates. [jdufresne, PabloCastellano]
4.0.0
------------------
Breaking changes:
- Drop support for Python 2.6 and 3.3.
3.12
-----------------
New features:
- Accept Windows timezone identifiers as valid. 242 [geier]
Bug fixes:
- Fix ResourceWarnings in setup.py when Python warnings are enabled. 244 [jdufresne]
- Fix invalid escape sequences in string and bytes literals. 245 [jdufresne]
- Include license file in the generated wheel package. 243 [jdufresne]
- Fix non-ASCII TZID and TZNAME parameter handling. 238 [clivest]
- Docs: update install instructions. 240 [Ekran]
3.11.7
-------------------
New features:
- added vUTCOffset.ignore_exceptions to allow surpressing of failed TZOFFSET parsing (for now this ignores the check for offsets > 24h) [geier]