We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34c1b56 commit b21f179Copy full SHA for b21f179
CHANGES.txt
@@ -5,9 +5,14 @@ Changes for crate
5
Unreleased
6
==========
7
8
+
9
+2022/10/10 0.27.2
10
+=================
11
12
- Improved SQLAlchemy's ``CrateDialect.get_pk_constraint`` to be compatible
13
with breaking changes in CrateDB >=5.1.0.
14
15
16
2022/07/04 0.27.1
17
=================
18
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.27.1"
+__version__ = "0.27.2"
33
34
apilevel = "2.0"
35
threadsafety = 2
0 commit comments