Skip to content

Commit

Permalink
Merge pull request workalendar#487 from peopledoc/malta-new-year
Browse files Browse the repository at this point in the history
Fixed Malta calendar - January 1st was already included
  • Loading branch information
brunobord committed Apr 17, 2020
2 parents b73f8e6 + a80adc1 commit 45bb9fb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions Changelog.md
Expand Up @@ -4,6 +4,7 @@

- Added Kenyan calendar, by @KidkArolis (#484)
- Fixed Lithuania calender to use the core flags for Assumption and All Saints (#468).
- Fixed Malta calendar ; January 1st was already included, no need to add it to the ``FIXED_HOLIDAYS`` property (#469).

## v8.3.0 (2020-04-14)

Expand Down
1 change: 0 additions & 1 deletion workalendar/europe/malta.py
Expand Up @@ -19,7 +19,6 @@ class Malta(WesternCalendar, ChristianMixin):
(9, 21, "Independence Day"), # (Jum l-Indipendenza)
(12, 13, "Republic Day"), # (Jum ir-Repubblika)
# Public Holidays
(1, 1, "New Year's Day"), # (L-Ewwel tas-Sena)
(2, 10, "Feast of Saint Paul's Shipwreck"),
(3, 19, "Feast of Saint Joseph"), # (San Ġużepp)
(5, 1, "Worker's Day"), # (Jum il-Ħaddiem)
Expand Down

0 comments on commit 45bb9fb

Please sign in to comment.