diff --git a/CHANGELOG.md b/CHANGELOG.md index 63daa63..4e019e3 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 8244731..b352a94 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"