Skip to content

Commit 1d6acd4

Browse files
author
github-actions
committed
Release v2025.4
1 parent 30698c5 commit 1d6acd4

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGELOG.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
2025.4 (2025-05-03)
2+
-------------------
3+
4+
Updated hooks
5+
~~~~~~~~~~~~~
6+
7+
* Fix error in ``narwhals`` hook when ``typing-extensions`` is not available
8+
in the build environment (neither stand-alone version is installed
9+
nor it is provided as part of ``setuptools``). (`#908
10+
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/908>`_)
11+
12+
113
2025.3 (2025-04-16)
214
-------------------
315

_pyinstaller_hooks_contrib/__init__.py

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

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

news/908.update.rst

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

0 commit comments

Comments
 (0)