Skip to content

Commit

Permalink
version change for new merge #284
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar committed Jan 21, 2016
1 parent c5f893b commit fe4e5c4
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.6.1
-----------------------------------

- New, Allowing apps to alter title using a jinja block #284

Improvements and Bug fixes on 1.6.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 = 6
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 fe4e5c4

Please sign in to comment.