Skip to content

Commit

Permalink
v0.16.14
Browse files Browse the repository at this point in the history
  • Loading branch information
grigi committed Jul 25, 2020
1 parent f21412c commit bcf8a3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Changelog
0.16.14
-------
- Make ``F`` expression work with ``QuerySet.filter()``.
- Include ``py.typed`` in source distribution.
- Added ``datetime`` parsing from ``int`` for ``fields.DatetimeField``.
- ``get_or_create`` passes the ``using_db=`` on if provided.
- Allow custom ``loop`` and ``connection_class`` parameters to be passed on to asyncpg.
Expand Down
2 changes: 1 addition & 1 deletion tortoise/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -638,4 +638,4 @@ async def do_stuff():
loop.run_until_complete(Tortoise.close_connections())


__version__ = "0.16.13"
__version__ = "0.16.14"

0 comments on commit bcf8a3b

Please sign in to comment.