We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c99b6ea commit 7d6d6ccCopy full SHA for 7d6d6cc
CHANGES.txt
@@ -5,8 +5,13 @@ Changes for crate
5
Unreleased
6
==========
7
8
+
9
+2023/03/02 0.30.1
10
+=================
11
12
- Fixed SQLAlchemy 2.0 incompatibility with ``CrateDialect.{has_schema,has_table}``
13
14
15
2023/02/16 0.30.0
16
=================
17
src/crate/client/__init__.py
@@ -29,7 +29,7 @@
29
30
# version string read from setup.py using a regex. Take care not to break the
31
# regex!
32
-__version__ = "0.30.0"
+__version__ = "0.30.1"
33
34
apilevel = "2.0"
35
threadsafety = 2
0 commit comments