Skip to content

Commit

Permalink
Release v2023.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Feb 13, 2023
1 parent a9431e1 commit 63d24c3
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 6 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
2023.0 (2023-02-13)
-------------------

New hooks
~~~~~~~~~

* Add hook for ``minecraft-launcher-lib`` (`#536
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/536>`_)
* Add hook for ``nbt`` (`#537
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/537>`_)


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

* Have ``fiona`` hook collect the package's data files (e.g., the
projections database). (`#541
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/541>`_)
* Update ``fiona`` hook for compatibility with ``fiona`` 1.9.0. (`#541
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/541>`_)


2022.15 (2023-01-15)
--------------------

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

This file was deleted.

1 change: 0 additions & 1 deletion news/537.new.rst

This file was deleted.

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

This file was deleted.

2 changes: 0 additions & 2 deletions news/541.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__ = '2023.0'
__version__ = '2023.1'
__maintainer__ = 'Legorooj, bwoodsend'
__uri__ = 'https://github.com/pyinstaller/pyinstaller-hooks-contrib'

0 comments on commit 63d24c3

Please sign in to comment.