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 5274c52 commit 8c006f8Copy full SHA for 8c006f8
CHANGES.txt
@@ -6,6 +6,12 @@ Unreleased
6
==========
7
8
9
+2024/01/18 0.35.2
10
+=================
11
+
12
+- Test compatibility: Permit installation of pandas 2.1.
13
14
15
2024/01/18 0.35.1
16
=================
17
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.35.1"
+__version__ = "0.35.2"
33
34
apilevel = "2.0"
35
threadsafety = 2
0 commit comments