- Add support for Python 3.5 - Add holidays and tests for Columbia, Denmark, Spain, United Kingdom - Fix Martin Luther King Jr. Day in state of Georgia - Fix setup.py install error with non-standard sys default encoding
0.4.1
Not secure
=============
Released January 5, 2016
- Add federal and provincial holidays for Germany - Add federal holidays for Austria
0.4
Not secure
===========
Released October 4, 2015
- Add `append` and `get_list` methods to Holiday objects - Add federal and provincial holidays for Australia - Add federal and provincial holidays for New Zealand - Add state-specific holidays for all US states and territories - Include Dec 31st from previous year when observed New Year's Day - Add ability to `sum()` Holiday objects
0.3.1
Not secure
=============
Released October 9, 2014
- Fix pip installs when python-dateutil not already present
0.3
Not secure
===========
Released September 4, 2014
- Adds federal holidays for Mexico - Holiday objects can now be combined with the addition operator (see examples in README) - optional parameter `default` added to get() method to make it behave the same as dict.get()
0.2
Not secure
===========
Released August 28, 2014
- Each country is now initialized with its own individual class (see examples in README). This is a backward incompatible API change. - Adds support for Python 3.2, 3.3, 3.4, and PyPy - All code now conforms to PEP8 standards