Skip to content

Commit 1b85f7a

Browse files
authored
Merge pull request #109 from pallets-eco/release-v0.13.2
Prepare 0.13.2 release
2 parents fc587ed + bf051d1 commit 1b85f7a

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
Unreleased
44

5+
## Version 0.13.2
6+
7+
Released 2025-8-31
8+
9+
Features
10+
11+
- Support async Flask views. (thanks to @kouk)
12+
513
## Version 0.13.1
614

715
Released 2025-04-23

flask_pydantic/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.13.1"
1+
__version__ = "0.13.2"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "Flask-Pydantic"
3-
version = "0.13.1"
3+
version = "0.13.2"
44
description = "Flask extension for integration with Pydantic library."
55
readme = "README.md"
66
license = { file = "LICENSE.txt" }

0 commit comments

Comments
 (0)