Skip to content

Commit

Permalink
Version bump to 1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar committed May 19, 2018
1 parent 844e966 commit 98b1be8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/versions.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Versions
========

Improvements and Bug fixes on 1.11.1
------------------------------------

- Fix, Unlock flask required version, new 0.12.4. does not cause issues anymore

Improvements and Bug fixes on 1.11.0
------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion flask_appbuilder/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VERSION_MAJOR = 1
VERSION_MINOR = 11
VERSION_BUILD = 0
VERSION_BUILD = 1
VERSION_INFO = (VERSION_MAJOR, VERSION_MINOR, VERSION_BUILD)
VERSION_STRING = "%d.%d.%d" % VERSION_INFO

Expand Down

0 comments on commit 98b1be8

Please sign in to comment.