@@ -1,8 +1,8 @@
# Changelog of clean-python
-0.2.0 (unreleased)
---------------------
+0.2.0 (2023-08-03)
+------------------
- Pydantic 2.x support. Drops Pydantic 1.x support, use 0.1.x for Pydantic 1.x.
See https://docs.pydantic.dev/latest/migration/
@@ -3,5 +3,5 @@
from .base import * # NOQA
# fmt: off
-__version__ = '0.2.0b4.dev0'
+__version__ = '0.2.0'
# fmt: on