diff --git a/CHANGES.rst b/CHANGES.rst index 51cea37..bbf17da 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,10 +4,11 @@ Changelog 2.4.1 ----- -Release date: - +Release date: 2024/10/3 - Fix the badge classes in the ``render_nav_item`` macro for Bootstrap 5. - Add ``_badge_classes`` param to the ``render_nav_item`` macro to set badge classes. +- Support ``bootswatch_theme`` as parameter to ``load_css``. 2.4.0 ----- diff --git a/pyproject.toml b/pyproject.toml index 025221d..f2cf0a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "Bootstrap-Flask" -version = "2.4.1-dev" +version = "2.4.1" description = "Bootstrap 4 & 5 helper for your Flask projects." readme = "README.md" license = { text = "MIT" }