Skip to content

Commit

Permalink
v0.15.12
Browse files Browse the repository at this point in the history
  • Loading branch information
grigi committed Feb 11, 2020
1 parent fb4fd27 commit b0390eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@

Changelog
=========
0.15.12
-------
- Added ``range`` filter to support ``between and`` syntax

0.15.11
-------
- Added ``ordering`` option for model ``Meta`` class to apply default ordering
- Added ``range`` filter to support ``between and`` syntax

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


__version__ = "0.15.11"
__version__ = "0.15.12"

0 comments on commit b0390eb

Please sign in to comment.