Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kvesteri committed Jul 5, 2017
1 parent 5f9a78b commit 2aa708e
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-JSON release.


0.3.2 (2017-07-05)
^^^^^^^^^^^^^^^^^^

- Use wtforms_alchemy for importing QuerySelectField if it is installed (#50, pull request courtesy Lee-W)


0.3.1 (2017-03-05)
^^^^^^^^^^^^^^^^^^

Expand Down
2 changes: 1 addition & 1 deletion wtforms_json/__init__.py
Expand Up @@ -28,7 +28,7 @@
)
from wtforms.validators import DataRequired, Optional

__version__ = '0.3.1'
__version__ = '0.3.2'


class InvalidData(Exception):
Expand Down

0 comments on commit 2aa708e

Please sign in to comment.