Releasing v0.9.0

This commit is contained in:
Itai Shirav 2017-05-11 05:46:42 +03:00
parent 5735ca301a
commit ac8a843eee
2 changed files with 4 additions and 2 deletions

View File

@ -1,8 +1,8 @@
Change Log
==========
Unreleased
----------
v0.9.0
------
- Major new feature: building model queries using QuerySets
- Refactor and expand the documentation
- Add support for FixedString fields

View File

@ -3,6 +3,8 @@ Overview
This project is simple ORM for working with the [ClickHouse database](https://clickhouse.yandex/). It allows you to define model classes whose instances can be written to the database and read from it.
It was tested on Python 2.7 and 3.5.
Installation
------------