Skip to content

Commit 4c8867f

Browse files
author
github-actions
committed
Release v2025.1
1 parent 85b5c06 commit 4c8867f

File tree

5 files changed

+21
-4
lines changed

5 files changed

+21
-4
lines changed

CHANGELOG.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
2025.1 (2025-01-31)
2+
-------------------
3+
4+
New hooks
5+
~~~~~~~~~
6+
7+
* Add hooks for ``pypdfium2`` and ``pypdfium2_raw``. (`#860
8+
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/860>`_)
9+
10+
11+
Updated hooks
12+
~~~~~~~~~~~~~
13+
14+
* Update ``numba`` hook for compatibility with ``numba`` v0.61.0. (`#857
15+
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/857>`_)
16+
* Update ``numcodecs`` hook for compatibility with ``numcodecs`` v0.15.0.
17+
(`#858
18+
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/858>`_)
19+
20+
121
2025.0 (2025-01-16)
222
-------------------
323

_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.0'
13+
__version__ = '2025.1'
1414
__maintainer__ = 'Legorooj, bwoodsend'
1515
__uri__ = 'https://github.com/pyinstaller/pyinstaller-hooks-contrib'
1616

news/857.update.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/858.update.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

news/860.new.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)