We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d538cb commit e19596aCopy full SHA for e19596a
CHANGELOG.rst
@@ -1,6 +1,12 @@
1
Changelog
2
=========
3
4
+2.0.0a1 (2023-07-15)
5
+------------------
6
+
7
+- library upgraded to pydantic version 2. See https://docs.pydantic.dev/2.0/migration/
8
9
10
1.0.0 (2023-07-14)
11
------------------
12
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pydantic-xml"
-version = "1.0.0"
+version = "2.0.0a1"
description = "pydantic xml extension"
authors = ["Dmitry Pershin <dapper1291@gmail.com>"]
license = "Unlicense"
0 commit comments