Skip to content

Releases: vacanza/holidays

Version 0.9.2

19 Nov 09:31
Compare
Choose a tag to compare

Released January 19, 2018

  • Drop support for EOL Python 2.5, 2.6, 3.2 and 3.3 (hugovk)
  • Add Finnish holidays (Ardetus)
  • Add Slovak holidays (Filip Bednárik)

Version 0.9.1

19 Nov 09:29
Compare
Choose a tag to compare

Released January 17, 2018

  • Project moved to dr-prodigy
  • Added tests for Irish calendar
  • Minor fixes and refactoring

Version 0.8.1

12 Feb 20:46
Compare
Choose a tag to compare

Released February 12, 2017

  • Add Norwegian holidays

Version 0.8

03 Feb 12:51
Compare
Choose a tag to compare

Released February 2, 2017

  • Improve United Kingdom holidays
  • Add England, Wales, Scotland
  • Add Northern Ireland, Isle of Man
  • Add Republic of Ireland
  • Fix Liberation Day (NL)

Version 0.7

12 Jan 14:03
Compare
Choose a tag to compare

Released January 12, 2016

  • Add holidays, extended holidays and tests for Portugal
  • Add holidays and tests for the Netherlands
  • Specify encoding when parsing for version in setup.py
    allowing package to be installed in non-unicode locales

Version 0.6

18 Nov 16:11
Compare
Choose a tag to compare

Released November 18, 2016

  • Rename project from holidays.py to python-holidays
  • PyPI location holidays remains the same
  • Add Czech holidays
  • Add UK special holidays
  • Add ECB TARGET bank holidays
  • Add changes to Georgia state holiday names for 2016
  • Fixes to Canadian holidays

Version 0.5

05 Sep 12:48
Compare
Choose a tag to compare

Released September 5, 2016

  • 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

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