Skip to content

Commit

Permalink
Release version 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanss committed Feb 2, 2017
1 parent 4c0f1d5 commit 2511688
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
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, 2016
Released January 12, 2017

- Add holidays, extended holidays and tests for Portugal
- Add holidays and tests for the Netherlands
Expand Down
2 changes: 1 addition & 1 deletion holidays.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from dateutil.relativedelta import MO, TU, WE, TH, FR, SA, SU
import six

__version__ = '0.7'
__version__ = '0.8'


MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY = range(7)
Expand Down

0 comments on commit 2511688

Please sign in to comment.