Skip to content

Commit

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

## master

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

## 3.14.6

Fix pesky bug in new `last_insert_id()` on the `SqliteExtDatabase`.

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

## 3.14.5

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.5'
__version__ = '3.14.6'
__all__ = [
'AnyField',
'AsIs',
Expand Down

0 comments on commit f591602

Please sign in to comment.