diff --git a/CHANGELOG.md b/CHANGELOG.md index 63daa63a..4e019e38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 2.43.1 + +🐛 Bug Fixes + +- [#472](https://github.com/brentvollebregt/auto-py-to-exe/issues/472): Fixed missing `requests` dependency when installing + ## 2.43.0 🚀 Enhancements diff --git a/auto_py_to_exe/__init__.py b/auto_py_to_exe/__init__.py index 82447315..b352a944 100644 --- a/auto_py_to_exe/__init__.py +++ b/auto_py_to_exe/__init__.py @@ -1 +1 @@ -__version__ = "2.43.0" +__version__ = "2.43.1"