Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
flask-admin
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Python-Dev
flask-admin
Commits
b0339184
Commit
b0339184
authored
Oct 16, 2019
by
Serge Koval
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bumped the version number
parent
3643d788
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
4 deletions
+5
-4
changelog.rst
doc/changelog.rst
+2
-1
__init__.py
flask_admin/__init__.py
+1
-1
requirements-dev.txt
requirements-dev.txt
+1
-1
setup.py
setup.py
+1
-1
No files found.
doc/changelog.rst
View file @
b0339184
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
-----
...
...
flask_admin/__init__.py
View file @
b0339184
__version__
=
'1.5.
3
'
__version__
=
'1.5.
4
'
__author__
=
'Flask-Admin team'
__email__
=
'serge.koval+github@gmail.com'
...
...
requirements-dev.txt
View file @
b0339184
...
...
@@ -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
...
...
setup.py
View file @
b0339184
...
...
@@ -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'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment