Skip to content

Commit

Permalink
Release version 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanss committed Nov 18, 2016
1 parent 4077126 commit 2da0d27
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
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
===========

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.6-dev'
__version__ = '0.6'


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

0 comments on commit 2da0d27

Please sign in to comment.