Skip to content

Commit 732989e

Browse files
committed
Prepare release 0.27.0
1 parent 15f1e8f commit 732989e

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

CHANGES.txt

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@ Changes for crash
55
Unreleased
66
==========
77

8-
Changes
9-
=======
8+
2021/01/20 0.27.0
9+
=================
1010

1111
- Added support for Python 3.9.
12-
- Upgrade the CrateDB python driver to 0.26.0 in order to enable TCP keepalive
12+
13+
- Upgraded the CrateDB python driver to 0.26.0 in order to enable TCP keepalive
1314
on the socket level.
14-
- Make ctrl-d only quit program on empty command line, like any other shell
15+
16+
- Made ctrl-d only quit program on empty command line, like any other shell.
1517

1618
2020/09/21 0.26.0
1719
=================

crate/crash/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
# with Crate these terms will supersede the license and you may use the
2020
# software solely pursuant to the terms of the relevant commercial agreement.
2121

22-
__version__ = '0.26.0'
22+
__version__ = '0.27.0'

0 commit comments

Comments
 (0)