Prep 2.2.1 release

This commit is contained in:
olliemath 2021-08-16 20:21:46 +01:00
parent 35b5a11e65
commit 23cef67da0
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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 <oliver.margetts@gmail.com>"]
license = "BSD"