Skip to content

Commit 1318b8b

Browse files
committed
Release v6.11.1. [skip ci]
1 parent 9a113fe commit 1318b8b

33 files changed

Lines changed: 59 additions & 36 deletions

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,7 @@ tests/old_suite/basic/test_pyz_as_external_file.exe.pkg
9292
# Exclude all but the standard bootloaders
9393
PyInstaller/bootloader/*
9494
!PyInstaller/bootloader/Darwin-64bit
95-
!PyInstaller/bootloader/Linux-32bit-intel/
9695
!PyInstaller/bootloader/Linux-64bit-intel/
97-
!PyInstaller/bootloader/Windows-32bit-intel/
9896
!PyInstaller/bootloader/Windows-64bit-intel/
9997
!PyInstaller/bootloader/images/
10098

PyInstaller/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from PyInstaller import compat
1717

1818
# Note: Keep this variable as plain string so it could be updated automatically when doing a release.
19-
__version__ = '6.11.0'
19+
__version__ = '6.11.1'
2020

2121
# Absolute path of this package's directory. Save this early so all submodules can use the absolute path. This is
2222
# required for example if the current directory changes prior to loading the hooks.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
-61.7 KB
Binary file not shown.
-69.7 KB
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)