chore: update version
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
__version__ = "0.7.1rc2"
|
__version__ = "0.7.1"
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user