diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f0e0a7..6eb8958 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ Change Log ========== +v2.2.1 +------ +- Minor tooling changes for PyPI +- Better project description for PyPI + v2.2.0 ------ - Support up to clickhouse 20.12, including LTS 20.8 release diff --git a/pyproject.toml b/pyproject.toml index 1ce6ff3..8b74e1a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ line_length = 120 [tool.poetry] name = "clickhouse_orm" -version = "2.2.0" +version = "2.2.1" description = "A simple ORM for working with the Clickhouse database. Maintainance fork of infi.clickhouse_orm." authors = ["olliemath "] license = "BSD"