Commit b0339184 authored by Serge Koval's avatar Serge Koval

Bumped the version number

parent 3643d788
Changelog
=========
Next release
1.5.4
-----
* Fix display of inline x-editable boolean fields on list view
......@@ -12,6 +12,7 @@ Next release
* Update Mapbox API v1 URL format
* Update jQuery and moment dependencies in templates
* Fixed a datepicker issue, where only dates up to 2015 were showing up
* Updated Pillow dependency version
1.5.3
-----
......
__version__ = '1.5.3'
__version__ = '1.5.4'
__author__ = 'Flask-Admin team'
__email__ = 'serge.koval+github@gmail.com'
......
......@@ -6,7 +6,7 @@ wtf-peewee
mongoengine<0.11.0
pymongo==2.8
flask-mongoengine==0.8.2
pillow==2.9.0
pillow>=3.3.2
Babel<=1.3
flask-babelex
shapely==1.5.9
......
......@@ -64,7 +64,7 @@ setup(
install_requires=install_requires,
tests_require=[
'nose>=1.0',
'pillow==2.9.0',
'pillow>=3.3.2',
'mongoengine',
'pymongo',
'wtf-peewee',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment