diff --git a/CHANGES.rst b/CHANGES.rst index ccc0d26..54d7f5d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,11 +1,21 @@ Changelog ========= +2.5.0 +----- + +Release date: 2025/5/2 + +- Drop Python 3.8 support. - Upgrade to Bootstrap 5.3.5, including Bootswatch (adding theme Brite). +- Fix icon font loading issue when ``BOOTSTRAP_SERVE_LOCAL`` is ``True``. +- Add support for customzing the form input with ``label_class``, ``radio_class``, and ``description_class`` parameters in the ``render_kw`` dict. 2.4.2 ----- +Release date: 2025/3/9 + - Add support for icon classes. - Upgrade to Bootstrap Icons 1.11.3. - Replace deprecated color ``muted`` with ``secondary``. diff --git a/pyproject.toml b/pyproject.toml index f548dcf..e99f118 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "Bootstrap-Flask" -version = "2.4.2" +version = "2.5.0" description = "Bootstrap 4 & 5 helper for your Flask projects." readme = "README.md" license = { text = "MIT" }