Skip to content

Commit

Permalink
v0.15.8
Browse files Browse the repository at this point in the history
  • Loading branch information
grigi committed Feb 29, 2020
1 parent 469ee13 commit 7573938
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Changelog
=========
0.15.18
-------
- Install on Windows does not require a C compiler any more.
- Fix ``IntegrityError`` with unique field and ``get_or_create``

Expand Down
2 changes: 1 addition & 1 deletion tortoise/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -781,4 +781,4 @@ async def do_stuff():
loop.run_until_complete(Tortoise.close_connections())


__version__ = "0.15.17"
__version__ = "0.15.18"

0 comments on commit 7573938

Please sign in to comment.