From 0d54d3222ca47527815b9cc9cfafa96a747d25d5 Mon Sep 17 00:00:00 2001 From: Brent Vollebregt Date: Sun, 24 Mar 2024 22:08:58 +1300 Subject: [PATCH] Bump to 2.43.2 --- CHANGELOG.md | 6 ++++++ auto_py_to_exe/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e019e38..bfbffdf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 2.43.2 + +🐛 Bug Fixes + +- [#473](https://github.com/brentvollebregt/auto-py-to-exe/issues/473): Stop freezing when selecting files/folders on macOS + ## 2.43.1 🐛 Bug Fixes diff --git a/auto_py_to_exe/__init__.py b/auto_py_to_exe/__init__.py index b352a944..1d5057e0 100644 --- a/auto_py_to_exe/__init__.py +++ b/auto_py_to_exe/__init__.py @@ -1 +1 @@ -__version__ = "2.43.1" +__version__ = "2.43.2"