We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 988ae82 commit 7a93b36Copy full SHA for 7a93b36
CHANGELOG.rst
@@ -2,6 +2,12 @@ Changelog
2
=========
3
4
5
+0.6.1 (2023-04-15)
6
+------------------
7
+
8
+- model parameters inheritance bug fixed. See https://github.com/dapper91/pydantic-xml/issues/51
9
10
11
0.6.0 (2023-02-05)
12
------------------
13
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "pydantic-xml"
-version = "0.6.0"
+version = "0.6.1"
description = "pydantic xml extension"
authors = ["Dmitry Pershin <dapper1291@gmail.com>"]
license = "Unlicense"
0 commit comments