Releases: vacanza/holidays
Releases · vacanza/holidays
Version 0.4.1
Released January 5, 2016
- Add federal and provincial holidays for Germany
- Add federal holidays for Austria
Version 0.4
Released October 4, 2015
- Add
append
andget_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
Version 0.3.1
Released October 9, 2014
- Fix pip installs when python-dateutil not already present
Version 0.3
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()
Version 0.2
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
Version 0.1
Released August 1, 2014
- Initial release
- Support for Python 2.5, 2.6, 2.7
- Includes federal and provincial holidays for Canada, United States