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 8e7ed99 commit 4f3c8f9Copy full SHA for 4f3c8f9
CHANGES.txt
@@ -5,6 +5,11 @@ Changes for crate
5
Unreleased
6
==========
7
8
+
9
10
+2022/12/08 0.29.0
11
+=================
12
13
- SQLAlchemy: Added support for ``crate_index`` and ``nullable`` attributes in
14
ORM column definitions.
15
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.28.0"
+__version__ = "0.29.0"
33
34
apilevel = "2.0"
35
threadsafety = 2
0 commit comments