Skip to content

Commit

Permalink
Release v5.13.2. [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
bwoodsend committed Aug 29, 2023
1 parent ba6203f commit d1b6b52
Show file tree
Hide file tree
Showing 9 changed files with 39 additions and 16 deletions.
2 changes: 1 addition & 1 deletion PyInstaller/__init__.py
Expand Up @@ -18,7 +18,7 @@
from PyInstaller.utils.git import get_repo_revision

# Note: Keep this variable as plain string so it could be updated automatically when doing a release.
__version__ = '5.13.1'
__version__ = '5.13.2'

# Absolute path of this package's directory. Save this early so all submodules can use the absolute path. This is
# required for example if the current directory changes prior to loading the hooks.
Expand Down
6 changes: 3 additions & 3 deletions README.rst
Expand Up @@ -134,7 +134,7 @@ either ``gcc`` or ``clang``) and zlib's development headers already installed.
Support
-------

- Official debugging guide: https://pyinstaller.org/en/v5.13.1/when-things-go-wrong.html
- Official debugging guide: https://pyinstaller.org/en/v5.13.2/when-things-go-wrong.html
- Assorted user contributed help topics: https://github.com/pyinstaller/pyinstaller/wiki
- Web based Q&A forums: https://github.com/pyinstaller/pyinstaller/discussions
- Email based Q&A forums: https://groups.google.com/g/pyinstaller
Expand All @@ -146,5 +146,5 @@ Changes in this Release
You can find a detailed list of changes in this release
in the `Changelog`_ section of the manual.

.. _`manual`: https://pyinstaller.org/en/v5.13.1/
.. _`Changelog`: https://pyinstaller.org/en/v5.13.1/CHANGES.html
.. _`manual`: https://pyinstaller.org/en/v5.13.2/
.. _`Changelog`: https://pyinstaller.org/en/v5.13.2/CHANGES.html
28 changes: 28 additions & 0 deletions doc/CHANGES.rst
Expand Up @@ -15,6 +15,34 @@ Changelog for PyInstaller

.. towncrier release notes start
5.13.2 (2023-08-29)
-------------------

Bugfix
~~~~~~

* (Windows) Fix ``OSError: exception: access violation reading 0x00000010``
raised by ``matplotlib`` and ``win32com`` run-time hooks when ran in 32-bit
frozen application (regression introduced in ``v5.13.1``). (:issue:`7893`)


Hooks
~~~~~

* Fix the license of the new ``_pyi_rth_utils`` run-time package; it is
now licensed under permissive Apache license, which matches the license
of the run-time hooks that use this run-time package. (:issue:`7894`)


PyInstaller Core
~~~~~~~~~~~~~~~~

* Fix the license of the ``pyi_splash`` run-time module; it is now licensed
under permissive Apache license to avoid unintentionally imposing
additional license restrictions on the frozen applications that make
use of this module. (:issue:`7896`)


5.13.1 (2023-08-26)
-------------------

Expand Down
5 changes: 5 additions & 0 deletions doc/CREDITS.rst
Expand Up @@ -5,6 +5,11 @@ Thanks goes to all the kind PyInstaller contributors who have contributed
new code, bug reports, fixes, comments and ideas. A brief list follows,
please let us know if your name is omitted by accident:

Contributions to PyInstaller 5.13.2
-----------------------------------

* Rok Mandeljc

Contributions to PyInstaller 5.13.1
-----------------------------------

Expand Down
2 changes: 1 addition & 1 deletion doc/pyi-makespec.1
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "PYI-MAKESPEC" "1" "2023-08-26" "5.13.1" "PyInstaller"
.TH "PYI-MAKESPEC" "1" "2023-08-29" "5.13.2" "PyInstaller"
.SH NAME
pyi-makespec \- Create a spec file for your PyInstaller project
.
Expand Down
2 changes: 1 addition & 1 deletion doc/pyinstaller.1
@@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "PYINSTALLER" "1" "2023-08-26" "5.13.1" "PyInstaller"
.TH "PYINSTALLER" "1" "2023-08-29" "5.13.2" "PyInstaller"
.SH NAME
pyinstaller \- Configure and build a PyInstaller project in one run
.
Expand Down
3 changes: 0 additions & 3 deletions news/7893.bugfix.rst

This file was deleted.

3 changes: 0 additions & 3 deletions news/7894.hooks.rst

This file was deleted.

4 changes: 0 additions & 4 deletions news/7896.core.rst

This file was deleted.

0 comments on commit d1b6b52

Please sign in to comment.