8000 Release 0.35.0 · crate/crate-python@9213f2e · GitHub
[go: up one dir, main page]

Skip to content

Commit 9213f2e

Browse files
committed
Release 0.35.0
1 parent 4b39a84 commit 9213f2e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.txt

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

8+
9+
2024/01/17 0.35.0
10+
=================
11+
812
- Permit ``urllib3.Timeout`` instances for defining timeout values.
913
This way, both ``connect`` and ``read`` socket timeout settings can be
1014
configured. The unit is seconds.

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.34.0"
32+
__version__ = "0.35.0"
3333

3434
apilevel = "2.0"
3535
threadsafety = 2

0 commit comments

Comments
 (0)
0