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 5a42597 commit 93aa051Copy full SHA for 93aa051
clickhouse_backend/__init__.py
@@ -1,5 +1,5 @@
1
from clickhouse_backend.utils.version import get_version
2
3
-VERSION = (1, 1, 4, "final", 0)
+VERSION = (1, 1, 5, "final", 0)
4
5
__version__ = get_version(VERSION)
0 commit comments