We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8038b6 commit 2054a6aCopy full SHA for 2054a6a
CHANGELOG.md
@@ -2,6 +2,9 @@
2
3
## 0.2
4
5
+### 0.2.1
6
+- Fix stringification of datetime objects
7
+
8
### 0.2.0
9
- Improved parameterized queries support
10
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "pypika-tortoise"
-version = "0.2.0"
+version = "0.2.1"
description = "Forked from pypika and streamline just for tortoise-orm"
authors = ["long2ice <long2ice@gmail.com>"]
license = "Apache-2.0"
0 commit comments