Skip to content

Commit fcf16ff

Browse files
committed
updated version to 0.9.9b
1 parent f29eb17 commit fcf16ff

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGES

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
Version 0.9.9b
2+
==============
3+
4+
Released ????? ??, ????
5+
6+
- Magic numbers removal (elln2, dr-p)
7+
- Honduras support (Oscar Romero)
8+
- Brazil's holidays fixes (victorpluna)
9+
- Added provinces and holidays in Italy (krolmic, dr-p)
10+
- Fix regression with German Easter and Pentecost holidays (vlt, Achimh3011)
11+
- Fixed Canada Holiday Calendar (justinasfour04)
12+
113
Version 0.9.8
214
=============
315

holidays.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from dateutil.relativedelta import MO, TU, WE, TH, FR, SA, SU
1919
import six
2020

21-
__version__ = '0.9.8'
21+
__version__ = '0.9.9b'
2222

2323
MON, TUE, WED, THU, FRI, SAT, SUN = range(7)
2424
WEEKEND = (SAT, SUN)

0 commit comments

Comments
 (0)