We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f71ecd commit 2969576Copy full SHA for 2969576
CHANGES.txt
@@ -5,6 +5,10 @@ Changes for crate
5
Unreleased
6
==========
7
8
+
9
+2023/03/30 0.31.0
10
+=================
11
12
- SQLAlchemy Core: Support ``INSERT...VALUES`` with multiple value sets by enabling
13
``supports_multivalues_insert`` on the CrateDB dialect, it is used by pandas'
14
``method="multi"`` option
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.1"
+__version__ = "0.31.0"
33
34
apilevel = "2.0"
35
threadsafety = 2
0 commit comments