Skip to content

Commit d8f2abd

Browse files
author
github-actions
committed
Release v2024.6
1 parent fe2deb3 commit d8f2abd

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
2024.6 (2024-05-10)
2+
-------------------
3+
4+
New hooks
5+
~~~~~~~~~
6+
7+
* Add hook for ``schwifty``. Requires ``schwifty >= 2024.5.1`` due to
8+
issues with data search path in earlier versions. (`#742
9+
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/742>`_)
10+
11+
112
2024.5 (2024-04-23)
213
-------------------
314

news/742.new.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

src/_pyinstaller_hooks_contrib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
# SPDX-License-Identifier: GPL-2.0-or-later
1111
# ------------------------------------------------------------------
1212

13-
__version__ = '2024.6'
13+
__version__ = '2024.7'
1414
__maintainer__ = 'Legorooj, bwoodsend'
1515
__uri__ = 'https://github.com/pyinstaller/pyinstaller-hooks-contrib'

0 commit comments

Comments
 (0)