Skip to content

Commit fbdf8b4

Browse files
committed
chore: version 1.3
1 parent 058cee3 commit fbdf8b4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### 1.3.0
2+
3+
- fix #92 last_executed_query() when params is a mappinglast_executed_query() when params is a mapping.
4+
- support Django 5.0, update clickhouse-driver to 0.2.8, drop clickhouse-pool dependency.
5+
16
### 1.2.0
27

38
- feat: #72 support window functions.

clickhouse_backend/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from clickhouse_backend.utils.version import get_version
22

3-
VERSION = (1, 2, 0, "final", 0)
3+
VERSION = (1, 3, 0, "final", 0)
44

55
__version__ = get_version(VERSION)

0 commit comments

Comments
 (0)