Skip to content

Commit

Permalink
Release v2023.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed May 11, 2023
1 parent f3fbddb commit 30cf5e2
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 5 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
2023.3 (2023-05-11)
-------------------

New hooks
~~~~~~~~~

* Add hook for ``graphql_query`` (`#579
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/579>`_)
* Add hook for ``pylsl`` (`#573
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/573>`_)


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

* Remove no longer needed ``py`` hidden imports for ``pyshark >= 0.6``. (`#575
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/575>`_)
* Update ``pydantic`` hook hidden imports to include the optional dependency
``email_validator``. (`#576
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/576>`_)


2023.2 (2023-04-07)
-------------------

Expand Down
1 change: 0 additions & 1 deletion news/573.new.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/575.update.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/576.update.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/579.new.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__ = '2023.3'
__version__ = '2023.4'
__maintainer__ = 'Legorooj, bwoodsend'
__uri__ = 'https://github.com/pyinstaller/pyinstaller-hooks-contrib'

0 comments on commit 30cf5e2

Please sign in to comment.