Skip to content

Commit 69ea39e

Browse files
committed
Update changelog and version
1 parent c495e8f commit 69ea39e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ Changelog
44
Here you can see the full list of changes between each SQLAlchemy-Utils release.
55

66

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+
714
0.40.0 (2023-02-12)
815
^^^^^^^^^^^^^^^^^^^
916

sqlalchemy_utils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,4 @@
101101
refresh_materialized_view
102102
)
103103

104-
__version__ = '0.40.0'
104+
__version__ = '0.41.0'

0 commit comments

Comments
 (0)