We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68c689f commit 9032a3fCopy full SHA for 9032a3f
CHANGES.txt
@@ -5,10 +5,15 @@ Changes for crate
5
Unreleased
6
==========
7
8
+
9
+2023/04/18 0.31.1
10
+=================
11
12
- SQLAlchemy Core: Re-enable support for ``INSERT/UPDATE...RETURNING`` in
13
SQLAlchemy 2.0 by adding the new ``insert_returning`` and ``update_returning`` flags
14
in the CrateDB dialect.
15
16
17
2023/03/30 0.31.0
18
=================
19
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.31.0"
+__version__ = "0.31.1"
33
34
apilevel = "2.0"
35
threadsafety = 2
0 commit comments