Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kvesteri committed Jan 23, 2016
1 parent 61e0e94 commit 11f51f1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ Changelog
Here you can see the full list of changes between each WTForms-Alchemy release.


0.14.0 (2016-01-23)
^^^^^^^^^^^^^^^^^^^

- Added QuerySelectField and QuerySelectMultipleField which were deprecated from
WTForms as of version 2.1


0.13.3 (2015-06-17)
^^^^^^^^^^^^^^^^^^^

Expand Down
2 changes: 1 addition & 1 deletion wtforms_alchemy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
)


__version__ = '0.13.3'
__version__ = '0.14.0'


def model_form_meta_factory(base=FormMeta):
Expand Down

0 comments on commit 11f51f1

Please sign in to comment.