Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kvesteri committed May 7, 2018
1 parent d78c2d5 commit 64fe8ec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.rst
Expand Up @@ -4,6 +4,12 @@ Changelog
Here you can see the full list of changes between each WTForms-Alchemy release.


0.16.7 (2018-05-07)
^^^^^^^^^^^^^^^^^^^

- Fixed UnknownTypeException being thrown correctly for unsupported types (#131, pull request courtesy of tvuotila)


0.16.6 (2018-01-21)
^^^^^^^^^^^^^^^^^^^

Expand Down
2 changes: 1 addition & 1 deletion wtforms_alchemy/__init__.py
Expand Up @@ -56,7 +56,7 @@
)


__version__ = '0.16.6'
__version__ = '0.16.7'


def model_form_meta_factory(base=FormMeta):
Expand Down

0 comments on commit 64fe8ec

Please sign in to comment.