Update version and changelog

This commit is contained in:
Yusuke Sakai 2021-07-08 18:01:59 +09:00
parent 694b05356f
commit 3989b7c674
3 changed files with 6 additions and 2 deletions

View File

@ -2,6 +2,10 @@
## 0.5 ## 0.5
### 0.5.5
- Fix KeyError: 'src_folder' after upgrading aerich to 0.5.4. (#176)
### 0.5.4 ### 0.5.4
- Fix incorrect index creation order. (#151) - Fix incorrect index creation order. (#151)

View File

@ -1 +1 @@
__version__ = "0.5.4" __version__ = "0.5.5"

View File

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "aerich" name = "aerich"
version = "0.5.4" version = "0.5.5"
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"