Skip to content

Commit 11ac325

Browse files
author
Sergii Koval
committed
Version bump
1 parent fd0166f commit 11ac325

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

doc/changelog.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
=========
33

4+
1.6.1
5+
-----
6+
7+
* SQLAlchemy 2.x support
8+
* General updates and bug fixes
9+
* Dropped WTForms 1 support
10+
411
1.6.0
512
-----
613

flask_admin/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '1.6.0'
1+
__version__ = '1.6.1'
22
__author__ = 'Flask-Admin team'
33
__email__ = 'serge.koval+github@gmail.com'
44

0 commit comments

Comments
 (0)