Skip to content

Commit 6e471c8

Browse files
author
github-actions
committed
Release v2024.1
1 parent e77c5b7 commit 6e471c8

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGELOG.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
2024.1 (2024-02-10)
2+
-------------------
3+
4+
Updated hooks
5+
~~~~~~~~~~~~~
6+
7+
* Fix hook for ``osgeo``, to include proj data files. (`#693
8+
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/693>`_)
9+
* Update the hook for ``sklearn.neighbors`` to account for removed hidden
10+
import ``neighbors._typedef`` (`#698
11+
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/698>`_)
12+
13+
114
2024.0 (2024-01-18)
215
-------------------
316

news/693.update.rst

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

news/698.update.rst

Lines changed: 0 additions & 1 deletion
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.1'
13+
__version__ = '2024.2'
1414
__maintainer__ = 'Legorooj, bwoodsend'
1515
__uri__ = 'https://github.com/pyinstaller/pyinstaller-hooks-contrib'

0 commit comments

Comments
 (0)