We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c495e8f commit 69ea39eCopy full SHA for 69ea39e
CHANGES.rst
@@ -4,6 +4,13 @@ Changelog
4
Here you can see the full list of changes between each SQLAlchemy-Utils release.
5
6
7
+0.41.0 (2023-04-13)
8
+^^^^^^^^^^^^^^^^^^^
9
+
10
+- Support psycopg3 for ``create_database()`` and ``delete_database()``.
11
+ (#701, pull request by LerikP)
12
13
14
0.40.0 (2023-02-12)
15
^^^^^^^^^^^^^^^^^^^
16
sqlalchemy_utils/__init__.py
@@ -101,4 +101,4 @@
101
refresh_materialized_view
102
)
103
104
-__version__ = '0.40.0'
+__version__ = '0.41.0'
0 commit comments