Skip to content

Commit

Permalink
release: v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
utnapischtim committed Nov 19, 2024
1 parent 2c3fbaa commit 57439d0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changes
=======

Version 2.0.0 (released 2024-11-19)
-----------------------------------

- break: remove decorator
- setup: remove flask upper pin

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

Expand Down
4 changes: 2 additions & 2 deletions flask_menu/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# This file is part of Flask-Menu
# Copyright (C) 2013-2023 CERN
# Copyright (C) 2017 Marlin Forbes
# Copyright (C) 2023 Graz University of Technology.
# Copyright (C) 2023-2024 Graz University of Technology.
#
# Flask-Menu is free software; you can redistribute it and/or modify
# it under the terms of the Revised BSD License; see LICENSE file for
Expand All @@ -18,6 +18,6 @@
from .menu import MenuNode
from .proxies import current_menu

__version__ = "1.0.1"
__version__ = "2.0.0"

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

0 comments on commit 57439d0

Please sign in to comment.