update version

This commit is contained in:
long2ice 2020-09-23 18:33:31 +08:00
parent 4b0c4ae7d0
commit 3b4d9b47ce
3 changed files with 7 additions and 3 deletions

View File

@ -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.

View File

@ -1 +1 @@
__version__ = "0.2.3" __version__ = "0.2.4"

View File

@ -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"