Skip to content

Commit

Permalink
3.14.7
Browse files Browse the repository at this point in the history
  • Loading branch information
coleifer committed Oct 27, 2021
1 parent 9e90bea commit 18181da
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,14 @@ https://github.com/coleifer/peewee/releases

## master

* Fix bug in APSW extension with Sqlite 3.35 and newer, due to handling of last
insert rowid with RETURNING. Refs #2479.
[View commits](https://github.com/coleifer/peewee/compare/3.14.7...master)

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

Fix bug in APSW extension with Sqlite 3.35 and newer, due to handling of last
insert rowid with RETURNING. Refs #2479.

[View commits](https://github.com/coleifer/peewee/compare/3.14.6...3.14.7)

## 3.14.6

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


__version__ = '3.14.6'
__version__ = '3.14.7'
__all__ = [
'AnyField',
'AsIs',
Expand Down

0 comments on commit 18181da

Please sign in to comment.