Skip to content

Commit

Permalink
Merge pull request #723 from dpgaspar/release/v1.10.0
Browse files Browse the repository at this point in the history
Version bump to 1.10.0 and change log update
  • Loading branch information
dpgaspar committed Mar 10, 2018
2 parents 36b1985 + fbc495a commit 84de562
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Lots of `examples <https://github.com/dpgaspar/Flask-AppBuilder/tree/master/exam
Package Version
---------------

*New 1.9.6*.
*New 1.10.0*.

BREAKING CHANGES relative to 1.8.1 when using OAUTH authentication method.

Expand Down
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.10.0
------------------------------------

- Fix, #712 improvement on parsing timezone dates
- Fix, #701 permission deletion
- Fix, #700 Non unique associations on security models
- New, #694 Accept SQLAlchemy custom types defined by TypeDecorator
- New, #686 Removed support for python 2.6

Improvements and Bug fixes on 1.9.6
-----------------------------------
Expand Down
4 changes: 2 additions & 2 deletions flask_appbuilder/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VERSION_MAJOR = 1
VERSION_MINOR = 9
VERSION_BUILD = 6
VERSION_MINOR = 10
VERSION_BUILD = 0
VERSION_INFO = (VERSION_MAJOR, VERSION_MINOR, VERSION_BUILD)
VERSION_STRING = "%d.%d.%d" % VERSION_INFO

Expand Down

0 comments on commit 84de562

Please sign in to comment.