Skip to content

Commit d300754

Browse files
committed
Bump version 0.22.1, update changelog
1 parent 1e9ba4f commit d300754

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Changelog
1414
Fixed
1515
^^^^^
1616
- Fix unable to use ManyToManyField if OneToOneField passed as Primary Key (#1783)
17+
- Fix sorting by Term (e.g. RawSQL) (#1788)
1718

1819
0.22.0
1920
------

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "tortoise-orm"
3-
version = "0.22.0"
3+
version = "0.22.1"
44
description = "Easy async ORM for python, built with relations in mind"
55
authors = ["Andrey Bondar <[email protected]>", "Nickolas Grigoriadis <[email protected]>", "long2ice <[email protected]>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)