Skip to content

Commit

Permalink
Bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sloria committed Jun 7, 2020
1 parent 63be1ae commit b2337d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

0.13.0 (unreleased)
0.13.0 (2020-06-07)
*******************

Bug fixes:
Expand Down
2 changes: 1 addition & 1 deletion src/flask_marshmallow/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
else:
has_sqla = True

__version__ = "0.12.0"
__version__ = "0.13.0"
__version_info__ = tuple(LooseVersion(__version__).version)
__all__ = ["EXTENSION_NAME", "Marshmallow", "Schema", "fields", "exceptions", "pprint"]

Expand Down

0 comments on commit b2337d5

Please sign in to comment.