Skip to content

Commit

Permalink
release: v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kpsherva committed Mar 22, 2024
1 parent a06dc9e commit 9fce2f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changes
=======

Version 1.0.1 (released 2024-03-22)
-----------------------------------

- menu: skip error when same and equal menu value exists

Version 1.0.0 (released 2023-08-21)
-----------------------------------

Expand Down
2 changes: 1 addition & 1 deletion flask_menu/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
from .menu import MenuNode
from .proxies import current_menu

__version__ = "1.0.0"
__version__ = "1.0.1"

__all__ = ("current_menu", "Menu", "MenuNode", "__version__", "register_menu")

0 comments on commit 9fce2f8

Please sign in to comment.