Skip to content

Commit b21f179

Browse files
committed
Release 0.27.2
1 parent 34c1b56 commit b21f179

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.txt

+5
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,14 @@ Changes for crate
55
Unreleased
66
==========
77

8+
9+
2022/10/10 0.27.2
10+
=================
11+
812
- Improved SQLAlchemy's ``CrateDialect.get_pk_constraint`` to be compatible
913
with breaking changes in CrateDB >=5.1.0.
1014

15+
1116
2022/07/04 0.27.1
1217
=================
1318

src/crate/client/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
# version string read from setup.py using a regex. Take care not to break the
3131
# regex!
32-
__version__ = "0.27.1"
32+
__version__ = "0.27.2"
3333

3434
apilevel = "2.0"
3535
threadsafety = 2

0 commit comments

Comments
 (0)