diff --git a/stubs/pyluach/METADATA.toml b/stubs/pyluach/METADATA.toml index 2297c2a2e..172f950cc 100644 --- a/stubs/pyluach/METADATA.toml +++ b/stubs/pyluach/METADATA.toml @@ -1,2 +1,2 @@ -version = "2.2.*" +version = "2.3.*" upstream_repository = "https://github.com/simlist/pyluach" diff --git a/stubs/pyluach/pyluach/parshios.pyi b/stubs/pyluach/pyluach/parshios.pyi index 8aa2f848d..ff1a4d8c4 100644 --- a/stubs/pyluach/pyluach/parshios.pyi +++ b/stubs/pyluach/pyluach/parshios.pyi @@ -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: ...