We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b39a84 commit 9213f2eCopy full SHA for 9213f2e
CHANGES.txt
@@ -5,6 +5,10 @@ Changes for crate
5
Unreleased
6
==========
7
8
+
9
+2024/01/17 0.35.0
10
+=================
11
12
- Permit ``urllib3.Timeout`` instances for defining timeout values.
13
This way, both ``connect`` and ``read`` socket timeout settings can be
14
configured. The unit is seconds.
src/crate/client/__init__.py
@@ -29,7 +29,7 @@
29
30
# version string read from setup.py using a regex. Take care not to break the
31
# regex!
32
-__version__ = "0.34.0"
+__version__ = "0.35.0"
33
34
apilevel = "2.0"
35
threadsafety = 2
0 commit comments