Skip to content

Commit

Permalink
Release v2022.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Feb 16, 2022
1 parent 44ed886 commit aedba61
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@


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

* Fix hook for ``azurerm`` when ``pyinstaller >= 4.4"``. (`#283
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/283>`_)
* Fix hook for astropy when astropy >= 5.0. (`#381
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/381>`_)


New hooks
~~~~~~~~~

Expand Down
1 change: 0 additions & 1 deletion news/283.update.rst

This file was deleted.

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

0 comments on commit aedba61

Please sign in to comment.