Skip to content

Commit e169dd5

Browse files
committed
release: v1.0.0
1 parent beb6277 commit e169dd5

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGES.rst

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changes
22
=======
33

4+
Version 1.0.0 (released 2023-08-21)
5+
-----------------------------------
6+
7+
- Large module refactor for allowing contextless usage.
8+
- Removed Flask-Classy support.
9+
- Preparation for compatibility with Flask v2.3.x deprecations.
10+
411
Version 0.7.2 (released 2020-05-07)
512
-----------------------------------
613

flask_menu/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22
#
33
# This file is part of Flask-Menu
4-
# Copyright (C) 2013, 2014, 2015, 2017 CERN
4+
# Copyright (C) 2013-2023 CERN
55
# Copyright (C) 2017 Marlin Forbes
66
# Copyright (C) 2023 Graz University of Technology.
77
#
@@ -19,6 +19,6 @@
1919
from .menu import MenuNode
2020
from .proxies import current_menu
2121

22-
__version__ = "0.7.2"
22+
__version__ = "1.0.0"
2323

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

0 commit comments

Comments
 (0)