Skip to content

Commit

Permalink
Follow syukujitsu.csv
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-tessier committed Feb 18, 2019
1 parent ce0c9e4 commit 274dde4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dataset/holidays.yml
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@
2019-08-12: 山の日 振替休日
2019-09-16: 敬老の日
2019-09-23: 秋分の日
2019-10-14: 体育の日
2019-10-14: 体育の日(スポーツの日)
2019-10-22: 休日(祝日扱い)
2019-11-03: 文化の日
2019-11-04: 文化の日 振替休日
Expand Down
2 changes: 1 addition & 1 deletion dataset/holidays_detailed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4635,7 +4635,7 @@
date: 2019-10-14
week:
week_en: Monday
name: 体育の日
name: 体育の日(スポーツの日)
name_en: Health and Sports Day
2019-10-22:
date: 2019-10-22
Expand Down
2 changes: 1 addition & 1 deletion holiday_jp/holidays.py
Original file line number Diff line number Diff line change
Expand Up @@ -4639,7 +4639,7 @@ class HolidayDataset(object):
"week_en": "Monday"
},
"2019-10-14": {
"name": "体育の日",
"name": "体育の日(スポーツの日)",
"name_en": "Health and Sports Day",
"week": "月",
"week_en": "Monday"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages

setup(name='holiday_jp',
version='19.01.08',
version='19.02.18',
url='https://github.com/LUXEYS/holiday_jp-python',
license='MIT',
author='Luxeys',
Expand Down

0 comments on commit 274dde4

Please sign in to comment.