Skip to content

Commit ba8611e

Browse files
committed
Release 0.27.1
1 parent 2e31064 commit ba8611e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ Unreleased
66
==========
77

88

9+
2022/07/04 0.27.1
10+
=================
11+
12+
- Fixed regression introduced by ``0.27.0`` resulting in unavailable servers if
13+
all configured servers aren't reachable once.
14+
15+
916
2022/06/02 0.27.0
1017
=================
1118

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.27.0"
32+
__version__ = "0.27.1"
3333

3434
apilevel = "2.0"
3535
threadsafety = 2

0 commit comments

Comments
 (0)