Skip to content

Commit 97d6af8

Browse files
committed
bump version 2.14.0.
1 parent 574a2be commit 97d6af8

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.rst

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
=========
33

4+
2.14.0 (2024-11-09)
5+
-------------------
6+
- union validation error location fixed.
7+
- potential memory leak fixed. See https://github.com/dapper91/pydantic-xml/issues/222.
8+
- python 3.13 support added.
9+
10+
411
2.13.1 (2024-10-03)
512
-------------------
613

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pydantic-xml"
3-
version = "2.13.1"
3+
version = "2.14.0"
44
description = "pydantic xml extension"
55
authors = ["Dmitry Pershin <[email protected]>"]
66
license = "Unlicense"

0 commit comments

Comments
 (0)