Skip to content

Commit

Permalink
docs: update changlog
Browse files Browse the repository at this point in the history
  • Loading branch information
long2ice committed Apr 13, 2022
1 parent 5fa6230 commit f6dd592
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Changelog
Added
^^^^^
- Added `Postgres` partial indexes support. (#1103)
- Added `Microsoft SQL Server` support, powered by `asyncodbc <https://github.com/tortoise/asyncodbc>`_, note that which is not fully tested.
Fixed
^^^^^
- `TimeField` for `MySQL` will return `datetime.timedelta` object instead of `datetime.time` object.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tortoise-orm"
version = "0.19.0"
version = "0.19.1"
description = "Easy async ORM for python, built with relations in mind"
authors = ["Andrey Bondar <andrey@bondar.ru>", "Nickolas Grigoriadis <nagrigoriadis@gmail.com>", "long2ice <long2ice@gmail.com>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion tortoise/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -687,4 +687,4 @@ async def do_stuff():
loop.run_until_complete(connections.close_all(discard=True))


__version__ = "0.19.0"
__version__ = "0.19.1"

0 comments on commit f6dd592

Please sign in to comment.