@@ -1,8 +1,8 @@
# Changelog of clean-python
-0.10.0 (unreleased)
-------------------
+0.10.0 (2024-01-18)
+-------------------
- Changed the internals of SQLProvider: asyncpg is now used directly for
connection pooling, transaction management, query execution and parameter
@@ -3,5 +3,5 @@
from .base import * # NOQA
# fmt: off
-__version__ = '0.9.7.dev0'
+__version__ = '0.10.0'
# fmt: on