Skip to content

Commit

Permalink
3.17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
coleifer committed Apr 17, 2024
1 parent ec87d30 commit 9dae730
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,14 @@ https://github.com/coleifer/peewee/releases

## master

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

## 3.17.3

* Better fix for #2871 (extraneous queries when coercing query to list), and
new fix in #2872 for regression in truthiness of cursor.

[View commits](https://github.com/coleifer/peewee/compare/3.17.2...3.17.3)

## 3.17.2

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


__version__ = '3.17.2'
__version__ = '3.17.3'
__all__ = [
'AnyField',
'AsIs',
Expand Down

0 comments on commit 9dae730

Please sign in to comment.