Skip to content

Commit

Permalink
New, updated version to 1.12.3 and Change log
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar committed Feb 10, 2019
1 parent 7fa6c37 commit 3d86039
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions docs/versions.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Versions
========

Improvements and Bug fixes on 1.12.3
------------------------------------

- Fix, #762 Instantiate AdminActions only after DOM finishes loading
- New, #883 Changed templates so that is possible to use Jinja2 StrictUndefined
- Fix, #891 Missing import reduce python3 compatibility
- Fix, #862 fabmanager appbuilder parameter is now working

Improvements and Bug fixes on 1.12.2
------------------------------------

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 = 12
VERSION_BUILD = 2
VERSION_BUILD = 3
VERSION_INFO = (VERSION_MAJOR, VERSION_MINOR, VERSION_BUILD)
VERSION_STRING = "%d.%d.%d" % VERSION_INFO

Expand Down

0 comments on commit 3d86039

Please sign in to comment.