[pyluach] Update to 2.3.* (#14692)

This commit is contained in:
Semyon Moroz
2025-09-10 16:06:38 +04:00
committed by GitHub
parent de81998004
commit d9c76e1d9f
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
version = "2.2.*"
version = "2.3.*"
upstream_repository = "https://github.com/simlist/pyluach"
+1
View File
@@ -11,3 +11,4 @@ def getparsha(date: BaseDate, israel: bool = False) -> list[int] | None: ...
def getparsha_string(date: BaseDate, israel: bool = False, hebrew: bool = False) -> str | None: ...
def iterparshios(year: int, israel: bool = False) -> Generator[list[int] | None]: ...
def parshatable(year: int, israel: bool = False) -> OrderedDict[HebrewDate, list[int] | None]: ...
def four_parshios(date: BaseDate, hebrew: bool = False) -> str: ...