Skip to content

Commit

Permalink
release: v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slint committed Aug 21, 2023
1 parent beb6277 commit e169dd5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGES.rst
@@ -1,6 +1,13 @@
Changes
=======

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

- Large module refactor for allowing contextless usage.
- Removed Flask-Classy support.
- Preparation for compatibility with Flask v2.3.x deprecations.

Version 0.7.2 (released 2020-05-07)
-----------------------------------

Expand Down
4 changes: 2 additions & 2 deletions flask_menu/__init__.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
#
# This file is part of Flask-Menu
# Copyright (C) 2013, 2014, 2015, 2017 CERN
# Copyright (C) 2013-2023 CERN
# Copyright (C) 2017 Marlin Forbes
# Copyright (C) 2023 Graz University of Technology.
#
Expand All @@ -19,6 +19,6 @@
from .menu import MenuNode
from .proxies import current_menu

__version__ = "0.7.2"
__version__ = "1.0.0"

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

0 comments on commit e169dd5

Please sign in to comment.