chore: update version

This commit is contained in:
long2ice 2022-09-27 22:44:12 +08:00
parent f8e1f9ff44
commit 20aebc4413
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
## 0.7 ## 0.7
### 0.7.1rc2 ### 0.7.1
- Fix syntax error with python3.8.10. (#265) - Fix syntax error with python3.8.10. (#265)
- Fix sql generate error. (#263) - Fix sql generate error. (#263)

View File

@ -1 +1 @@
__version__ = "0.7.1rc2" __version__ = "0.7.1"

View File

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