Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion stubs/pyinstaller/METADATA.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version = "6.21.*"
version = "6.22.*"
upstream-repository = "https://github.com/pyinstaller/pyinstaller"
2 changes: 2 additions & 0 deletions stubs/pyinstaller/PyInstaller/building/splash.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ class Splash(Target):
full_tk: bool
tcl_lib: str
tk_lib: str
tcl_data_dir: str
tk_data_dir: str
name: str
script_name: StrPath
minify_script: bool
Expand Down
2 changes: 2 additions & 0 deletions stubs/pyinstaller/PyInstaller/utils/hooks/tcl_tk.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ class TclTkInfo:
tcl_data_dir: str | None
tk_data_dir: str | None
tcl_module_dir: str | None
tcl_data_missing: bool
tk_data_missing: bool
is_macos_system_framework: bool
tcl_shared_library: str | None
tk_shared_library: str | None
Expand Down
Loading