Skip to content

Commit

Permalink
Release v2022.6
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed May 26, 2022
1 parent fd2d148 commit 1ef9d07
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@

2022.6 (2022-05-26)
--------------------

Updated hooks
~~~~~~~~~~~~~

* Fix the filter function used with ``collect_submodules`` in the ``pylint``
hook to properly exclude ``pylint.testutils``. (`#435
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/435>`_)
* Update ``sounddevice`` and ``soundfile`` hooks for PyInstaller 5.1
compatibility. (`#432
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/432>`_)


2022.5 (2022-05-16)
--------------------

Expand Down
2 changes: 0 additions & 2 deletions news/432.update.rst

This file was deleted.

2 changes: 0 additions & 2 deletions news/435.update.rst

This file was deleted.

2 changes: 1 addition & 1 deletion src/_pyinstaller_hooks_contrib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# ------------------------------------------------------------------

__version__ = '2022.6'
__version__ = '2022.7'
__maintainer__ = 'Legorooj, bwoodsend'
__uri__ = 'https://github.com/pyinstaller/pyinstaller-hooks-contrib'

0 comments on commit 1ef9d07

Please sign in to comment.