Skip to content

Commit

Permalink
Release v2022.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 24, 2022
1 parent 2717315 commit c654d87
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 4 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
2022.0 (2022-01-24)

New hooks
~~~~~~~~~

* Add a hook for ``pypsexec``, which has a data files. (`#366
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/366>`_)


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

* Update ``tensorflow`` hook to add support for ``tensorflow`` 2.6.x and
later. (`#371
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/371>`_)


Test-suite and Continuous Integration
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

* Add a test for ``mimesis`` hook. (`#367
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/367>`_)


2021.5 (2022-01-07)

New hooks
Expand Down
1 change: 0 additions & 1 deletion news/366.new.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/367.tests.rst

This file was deleted.

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

0 comments on commit c654d87

Please sign in to comment.