- Fix syntax error with python3.8.10. (#265)

- Fix sql generate error. (#263)
This commit is contained in:
long2ice
2022-09-26 18:36:57 +08:00
parent 9da99824fe
commit 28d19a4b7b
5 changed files with 18 additions and 18 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "aerich"
version = "0.7.1rc1"
version = "0.7.1rc2"
description = "A database migrations tool for Tortoise ORM."
authors = ["long2ice <long2ice@gmail.com>"]
license = "Apache-2.0"