Skip to content

Commit ac49e50

Browse files
committed
Prepare 0.24.0 release
1 parent 4a47412 commit ac49e50

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGES.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changes for crate
33
=================
44

5-
Unreleased
6-
==========
5+
2020/05/27 0.24.0
6+
=================
77

88
- Upgraded SQLAlchemy support to 1.3.
99

@@ -13,7 +13,7 @@ Unreleased
1313

1414
- Made it so that the SQLAlchemy dialect is now aware of the return type of the
1515
``date_trunc`` function.
16-
16+
1717
- Added driver attribute, as SQLAlchemy relies on interfaces having that string for identification.
1818

1919
2019/09/19 0.23.2

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.2"
32+
__version__ = "0.24.0"
3333

3434
apilevel = "2.0"
3535
threadsafety = 2

0 commit comments

Comments
 (0)