Skip to content

Commit ee40d03

Browse files
committed
bump version 2.8.0.
1 parent a412277 commit ee40d03

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changelog
22
=========
33

4+
2.8.0 (2024-01-13)
5+
------------------
6+
7+
- mypy plugin added. See https://pydantic-xml.readthedocs.io/en/latest/pages/misc.html#mypy.
8+
- optional raw element bug fixed. See https://github.com/dapper91/pydantic-xml/issues/158.
9+
10+
411
2.7.0 (2023-12-18)
512
------------------
613

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pydantic-xml"
3-
version = "2.7.0"
3+
version = "2.8.0"
44
description = "pydantic xml extension"
55
authors = ["Dmitry Pershin <dapper1291@gmail.com>"]
66
license = "Unlicense"

0 commit comments

Comments
 (0)