We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35b5a11 commit 23cef67Copy full SHA for 23cef67
CHANGELOG.md
@@ -1,6 +1,11 @@
1
Change Log
2
==========
3
4
+v2.2.1
5
+------
6
+- Minor tooling changes for PyPI
7
+- Better project description for PyPI
8
+
9
v2.2.0
10
------
11
- Support up to clickhouse 20.12, including LTS 20.8 release
pyproject.toml
@@ -11,7 +11,7 @@ line_length = 120
12
[tool.poetry]
13
name = "clickhouse_orm"
14
-version = "2.2.0"
+version = "2.2.1"
15
description = "A simple ORM for working with the Clickhouse database. Maintainance fork of infi.clickhouse_orm."
16
authors = ["olliemath <oliver.margetts@gmail.com>"]
17
license = "BSD"
0 commit comments