Skip to content

Commit

Permalink
New, version bump to 1.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar committed Mar 9, 2019
1 parent 2ac6a87 commit 3931bc2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Lots of `examples <https://github.com/dpgaspar/Flask-AppBuilder/tree/master/exam
Package Version
---------------

*New 1.12.3*.
*New 1.12.4*.

BREAKING CHANGES relative to 1.12.0: we have bumped flask-login version, this causes breaking changes on the API relative to this package.

Expand Down
6 changes: 6 additions & 0 deletions docs/versions.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Versions
========

Improvements and Bug fixes on 1.12.4
------------------------------------

- Fix, #911 fabmanager missing session rollback() when user add fails
- Fix, #910 Next page on OAuth

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

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

Expand Down

0 comments on commit 3931bc2

Please sign in to comment.