Skip to content

Commit c9aeb1b

Browse files
committed
Bumped version
1 parent 662c070 commit c9aeb1b

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

doc/changelog.rst

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

4+
1.5.2
5+
-----
6+
7+
* Fixed XSS vulnerability
8+
* Fixed Peewee support
9+
* Added detail view column formatters
10+
* Updated Flask-Login example to work with the newer version of the library
11+
* Various SQLAlchemy-related fixes
12+
* Various Windows related fixes for the file admin
13+
14+
1.5.1
15+
-----
16+
17+
* Dropped Python 2.6 support
18+
* Fixed SQLAlchemy >= 1.2 compatibility
19+
* Fixed Pewee 3.0 compatibility
20+
* Fixed max year for a combo date inline editor
21+
* Lots of small bug fixes
22+
423
1.5.0
524
-----
625

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.0'
1+
__version__ = '1.5.2'
22
__author__ = 'Flask-Admin team'
33
__email__ = 'serge.koval+github@gmail.com'
44

0 commit comments

Comments
 (0)