Skip to content

Releases: vacanza/holidays

Version 0.4.1

05 Jan 15:11
Compare
Choose a tag to compare

Released January 5, 2016

  • Add federal and provincial holidays for Germany
  • Add federal holidays for Austria

Version 0.4

04 Oct 22:37
Compare
Choose a tag to compare

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

Version 0.3.1

09 Oct 14:55
Compare
Choose a tag to compare

Released October 9, 2014

  • Fix pip installs when python-dateutil not already present

Version 0.3

04 Sep 15:06
Compare
Choose a tag to compare

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

28 Aug 12:05
Compare
Choose a tag to compare

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

28 Aug 12:06
Compare
Choose a tag to compare

Released August 1, 2014

  • Initial release
  • Support for Python 2.5, 2.6, 2.7
  • Includes federal and provincial holidays for Canada, United States