update version
This commit is contained in:
parent
4b0c4ae7d0
commit
3b4d9b47ce
@ -2,6 +2,10 @@
|
|||||||
|
|
||||||
## 0.2
|
## 0.2
|
||||||
|
|
||||||
|
### 0.2.4
|
||||||
|
|
||||||
|
- Raise error with SQLite unsupported features.
|
||||||
|
|
||||||
### 0.2.3
|
### 0.2.3
|
||||||
|
|
||||||
- Fix tortoise ssl config.
|
- Fix tortoise ssl config.
|
||||||
|
@ -1 +1 @@
|
|||||||
__version__ = "0.2.3"
|
__version__ = "0.2.4"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "aerich"
|
name = "aerich"
|
||||||
version = "0.2.3"
|
version = "0.2.4"
|
||||||
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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user