Skip to content

Commit b36e14a

Browse files
committed
Bump version and update changelog
1 parent 290a1a2 commit b36e14a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
=========
33

4-
0.15.0 (unreleased)
4+
0.15.0 (2023-04-05)
55
*******************
66

77
* Only support Python>=3.6, marshmallow>=3.0.0, and

src/flask_marshmallow/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
else:
3030
has_sqla = True
3131

32-
__version__ = "0.14.0"
32+
__version__ = "0.15.0"
3333
__version_info__ = Version(__version__).release
3434
__all__ = ["EXTENSION_NAME", "Marshmallow", "Schema", "fields", "exceptions", "pprint"]
3535

0 commit comments

Comments
 (0)