Skip to content

Commit

Permalink
2024
Browse files Browse the repository at this point in the history
  • Loading branch information
sdfsdhgjkbmnmxc committed Dec 31, 2023
1 parent 02c37ed commit c6059ed
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ print(get_workday(datetime.date(2014, 1, 2), 'ru')) # datetime.date(2014, 1, 8)

Генерация шаблона для года:
```bash
python holidays/__init__.py 2023 > holidays/data/ru/2023.txt
python holidays/__init__.py 2024 > holidays/data/ru/2024.txt
```
74 changes: 74 additions & 0 deletions holidays/data/ru/2024.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
# 1-2024
xxxxxxx
x....xx
.....xx
.....xx
...
# 2-2024
..xx
.....xx
.....xx
....xxx
....
# 3-2024
.xx
....xxx
.....xx
.....xx
.....xx
# 4-2024
.....xx
.....xx
.....xx
......x
xx
# 5-2024
x...x
...xxxx
.....xx
.....xx
.....
# 6-2024
xx
.....xx
..x..xx
.....xx
.....xx
# 7-2024
.....xx
.....xx
.....xx
.....xx
...
# 8-2024
..xx
.....xx
.....xx
.....xx
.....x
# 9-2024
x
.....xx
.....xx
.....xx
.....xx
.
# 10-2024
....xx
.....xx
.....xx
.....xx
....
# 11-2024
..x
x....xx
.....xx
.....xx
.....x
# 12-2024
x
.....xx
.....xx
.....xx
......x
xx
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='holidays',
version='1.2023.0',
version='1.2024.0',
author='Maxim Oransky',
author_email='[email protected]',
packages=[
Expand Down

0 comments on commit c6059ed

Please sign in to comment.