forked from vacanza/holidays
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES
117 lines (75 loc) · 2.47 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
Version 0.8.1
=============
Released February 12, 2017
- Add Norwegian holidays
Version 0.8
===========
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
===========
Released January 12, 2017
- 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
===========
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
===========
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
=============
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` 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
=============
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