Commit 565f9e43 authored by Serge S. Koval's avatar Serge S. Koval

Bumped version to 1.4.0

parent e56fe6ab
__version__ = '1.3.0'
__author__ = 'Serge S. Koval'
__version__ = '1.4.0'
__author__ = 'Flask-Admin team'
__email__ = 'serge.koval+github@gmail.com'
......
......@@ -20,7 +20,6 @@ from flask_admin.babel import gettext, lazy_gettext
class LocalFileStorage(object):
def __init__(self, base_path):
self.base_path = as_unicode(base_path)
......
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