Updated changelog and version

This commit is contained in:
Vovetta 2021-07-29 08:29:54 +05:00 committed by Voldemar
parent aa9f40ae27
commit d8abf79449
2 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@
### 0.5.6
- Add `Command` class. (#148) (#141) (#123) (#106)
- Fix: migrate doesn't use source_field in unique_together. (#181)
### 0.5.5

View File

@ -1,4 +1,4 @@
__version__ = "0.5.5"
__version__ = "0.5.6"
import os
from pathlib import Path