Skip to content

Commit

Permalink
update metal early hols (#53)
Browse files Browse the repository at this point in the history
* update metal early hols

* fix test
  • Loading branch information
cctdaniel authored Feb 19, 2024
1 parent b99a905 commit 177a31b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions pythclient/calendar.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
]
METAL_EARLY_HOLIDAYS = [
datetime.datetime(2024, 1, 15, tzinfo=NY_TZ).date(),
datetime.datetime(2024, 2, 19, tzinfo=NY_TZ).date(),
]

RATES_OPEN = datetime.time(8, 0, 0, tzinfo=NY_TZ)
Expand Down
3 changes: 2 additions & 1 deletion pythclient/calendar_full_intervals.py
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,8 @@
(datetime.date(2024, 2, 16), "0000-1700"),
(datetime.date(2024, 2, 17), None),
(datetime.date(2024, 2, 18), "1700-0000"),
(datetime.date(2024, 2, 19), "0000-0000"),
(datetime.date(2024, 2, 19), "0000-1430"),
(datetime.date(2024, 2, 19), "1800-0000"),
(datetime.date(2024, 2, 20), "0000-0000"),
(datetime.date(2024, 2, 21), "0000-0000"),
(datetime.date(2024, 2, 22), "0000-0000"),
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='pythclient',
version='0.1.21',
version='0.1.22',
packages=['pythclient'],
author='Pyth Developers',
author_email='contact@pyth.network',
Expand Down

0 comments on commit 177a31b

Please sign in to comment.