We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b08a429 commit eef09a9Copy full SHA for eef09a9
CHANGELOG.md
@@ -23,6 +23,8 @@ The supported method of passing ClickHouse server settings is to prefix such arg
23
24
## UNRELEASED
25
26
+## 0.11.0, 2026-02-10
27
+
28
### Python 3.9 Deprecation
29
Python 3.9 EOL'd Oct 2025. Support for Python 3.9 is now softly deprecated and has been removed from our CI test matrix but
30
distribution wheels will continue to be built until the 1.0 release or until the builds naturally fail, whichever comes first.
clickhouse_connect/__version__.py
@@ -1 +1 @@
1
-version = "0.10.0"
+version = "0.11.0"
0 commit comments