Skip to content

Commit

Permalink
3.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
coleifer committed Mar 27, 2020
1 parent ec85e46 commit e8820a2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ https://github.com/coleifer/peewee/releases

## master

[View commits](https://github.com/coleifer/peewee/compare/3.13.2...master)

## 3.13.2

* Allow aggregate functions to support an `ORDER BY` clause, via the addition
of an `order_by()` method to the function (`fn`) instance. Refs #2094.
* Fix `prefetch()` bug, where related "backref" instances were marked as dirty,
Expand All @@ -28,7 +32,7 @@ https://github.com/coleifer/peewee/releases
Refs #2131.
* Ensure postgres `JSONField.concat()` accepts expressions as arguments.

[View commits](https://github.com/coleifer/peewee/compare/3.13.1...master)
[View commits](https://github.com/coleifer/peewee/compare/3.13.1...3.13.2)

## 3.13.1

Expand Down
2 changes: 1 addition & 1 deletion peewee.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
mysql = None


__version__ = '3.13.1'
__version__ = '3.13.2'
__all__ = [
'AsIs',
'AutoField',
Expand Down

0 comments on commit e8820a2

Please sign in to comment.