Skip to content

Commit d9c76e1

Browse files
authored
[pyluach] Update to 2.3.* (#14692)
1 parent de81998 commit d9c76e1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

stubs/pyluach/METADATA.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version = "2.2.*"
1+
version = "2.3.*"
22
upstream_repository = "https://github.com/simlist/pyluach"

stubs/pyluach/pyluach/parshios.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ def getparsha(date: BaseDate, israel: bool = False) -> list[int] | None: ...
1111
def getparsha_string(date: BaseDate, israel: bool = False, hebrew: bool = False) -> str | None: ...
1212
def iterparshios(year: int, israel: bool = False) -> Generator[list[int] | None]: ...
1313
def parshatable(year: int, israel: bool = False) -> OrderedDict[HebrewDate, list[int] | None]: ...
14+
def four_parshios(date: BaseDate, hebrew: bool = False) -> str: ...

0 commit comments

Comments
 (0)