Skip to content

Commit

Permalink
Prepare release 0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Jan 20, 2021
1 parent 15f1e8f commit 732989e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@ Changes for crash
Unreleased
==========

Changes
=======
2021/01/20 0.27.0
=================

- Added support for Python 3.9.
- Upgrade the CrateDB python driver to 0.26.0 in order to enable TCP keepalive

- Upgraded the CrateDB python driver to 0.26.0 in order to enable TCP keepalive
on the socket level.
- Make ctrl-d only quit program on empty command line, like any other shell

- Made ctrl-d only quit program on empty command line, like any other shell.

2020/09/21 0.26.0
=================
Expand Down
2 changes: 1 addition & 1 deletion crate/crash/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
# with Crate these terms will supersede the license and you may use the
# software solely pursuant to the terms of the relevant commercial agreement.

__version__ = '0.26.0'
__version__ = '0.27.0'

0 comments on commit 732989e

Please sign in to comment.