From 3046fb3e7d30c31641a92f034bc831cd102489dc Mon Sep 17 00:00:00 2001 From: Brent Vollebregt Date: Thu, 26 Dec 2024 22:25:53 +1300 Subject: [PATCH] Bump to 2.45.1 --- CHANGELOG.md | 10 ++++++++++ auto_py_to_exe/__init__.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17ee6ca8..494b280b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 2.45.1 + +🚀 Enhancements + +- [#514](https://github.com/brentvollebregt/auto-py-to-exe/pull/514): Add Slovak translations + +🏆 Contributors + +- [Juraj K.](https://github.com/mostypc123) + ## 2.45.0 🚀 Enhancements diff --git a/auto_py_to_exe/__init__.py b/auto_py_to_exe/__init__.py index 5f2b5ba9..99ca0c3d 100644 --- a/auto_py_to_exe/__init__.py +++ b/auto_py_to_exe/__init__.py @@ -1 +1 @@ -__version__ = "2.45.0" +__version__ = "2.45.1"