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 4a47412 commit ac49e50Copy full SHA for ac49e50
CHANGES.txt
@@ -2,8 +2,8 @@
2
Changes for crate
3
=================
4
5
-Unreleased
6
-==========
+2020/05/27 0.24.0
+=================
7
8
- Upgraded SQLAlchemy support to 1.3.
9
@@ -13,7 +13,7 @@ Unreleased
13
14
- Made it so that the SQLAlchemy dialect is now aware of the return type of the
15
``date_trunc`` function.
16
-
+
17
- Added driver attribute, as SQLAlchemy relies on interfaces having that string for identification.
18
19
2019/09/19 0.23.2
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.23.2"
+__version__ = "0.24.0"
33
34
apilevel = "2.0"
35
threadsafety = 2
0 commit comments