Skip to content

Commit 63070af

Browse files
committed
Prepare release 0.23.1
1 parent 13bae9a commit 63070af

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGES.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ Changes for crate
55
Unreleased
66
==========
77

8+
2019/08/01 0.23.1
9+
=================
10+
811
- Extended the type mapping for SQLAlchemy for the upcoming type name changes
912
in CrateDB 4.0.
1013

src/crate/client/__init__.py

Lines changed: 1 addition & 1 deletion
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.23.0"
32+
__version__ = "0.23.1"
3333

3434
apilevel = "2.0"
3535
threadsafety = 2

0 commit comments

Comments
 (0)