Skip to content

Commit

Permalink
3.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
coleifer committed Feb 8, 2018
1 parent 5cfc311 commit 7302d6b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ releases, visit GitHub:

https://github.com/coleifer/peewee/releases

## 3.0.16

* Improve model graph resolution when iterating results of a query. Refs #1482.
* Allow Model._meta.schema to be changed at run-time. #1483.

[View commits](https://github.com/coleifer/peewee/compare/3.0.15...3.0.16)

## 3.0.15

* Use same `schema` used for reflection in generated models.
Expand Down
2 changes: 1 addition & 1 deletion peewee.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
mysql = None


__version__ = '3.0.15'
__version__ = '3.0.16'
__all__ = [
'AsIs',
'AutoField',
Expand Down

0 comments on commit 7302d6b

Please sign in to comment.