File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -893,8 +893,8 @@ cdef set ib_working_weekends = {
893
893
Date(2022 , 10 , 8 ),
894
894
Date(2022 , 10 , 9 ),
895
895
# 2023
896
- Date(2023 , 1 , 27 ),
897
896
Date(2023 , 1 , 28 ),
897
+ Date(2023 , 1 , 29 ),
898
898
Date(2023 , 4 , 23 ),
899
899
Date(2023 , 5 , 6 ),
900
900
Date(2023 , 6 , 25 ),
Original file line number Diff line number Diff line change 23
23
'Analysis' ,
24
24
'Utilities' ]
25
25
26
- __version__ = "0.9.9 "
26
+ __version__ = "0.9.10 "
Original file line number Diff line number Diff line change @@ -223,8 +223,8 @@ def testChinaIB(self):
223
223
Date (2022 , 10 , 8 ),
224
224
Date (2022 , 10 , 9 ),
225
225
# China Inter Bank working weekend list in the year 2023
226
- Date (2023 , 1 , 27 ),
227
226
Date (2023 , 1 , 28 ),
227
+ Date (2023 , 1 , 29 ),
228
228
Date (2023 , 4 , 23 ),
229
229
Date (2023 , 5 , 6 ),
230
230
Date (2023 , 6 , 25 ),
Original file line number Diff line number Diff line change 25
25
26
26
PACKAGE = "PyFin"
27
27
NAME = "Finance-Python"
28
- __version__ = "0.9.9 "
28
+ __version__ = "0.9.10 "
29
29
DESCRIPTION = "PyFin " + __version__
30
30
AUTHOR = "cheng li"
31
31
AUTHOR_EMAIL = "[email protected] "
You can’t perform that action at this time.
0 commit comments