Skip to content

Commit 0528221

Browse files
committed
Bumped version, updated changelog
1 parent 8af10e0 commit 0528221

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

doc/changelog.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
Changelog
22
=========
33

4-
next release
4+
1.5.3
55
-----
66

7+
* Fixed XSS vulnerability
78
* Support nested categories in the navbar menu
89
* SQLAlchemy
910
* sort on multiple columns with `column_default_sort`
@@ -18,6 +19,7 @@ next release
1819
* handle special characters in filename
1920
* fix a bug with listing directories on Windows
2021
* avoid raising an exception when unknown sort parameter is encountered
22+
* WTForms 3 support
2123

2224
1.5.2
2325
-----

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.5.2'
1+
__version__ = '1.5.3'
22
__author__ = 'Flask-Admin team'
33
__email__ = '[email protected]'
44

0 commit comments

Comments
 (0)