Skip to content

Commit ac6f6d5

Browse files
committed
Prepare release 0.26.0
1 parent 0cb2842 commit ac6f6d5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGES.txt

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

8+
2020/09/28 0.26.0
9+
=================
10+
811
- Enabled TCP keepalive on socket level and support for setting socket options
912
when creating the connection. The supported options are:
1013

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.25.0"
32+
__version__ = "0.26.0"
3333

3434
apilevel = "2.0"
3535
threadsafety = 2

0 commit comments

Comments
 (0)