Skip to content

Commit

Permalink
3.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
coleifer committed Feb 10, 2018
1 parent 2e149be commit 4ced37c
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.17

* Fix `schema` inheritance regression, #1485.
* Add helper method to postgres migrator for setting search_path, #1353.

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

## 3.0.16

* Improve model graph resolution when iterating results of a query. Refs #1482.
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.16'
__version__ = '3.0.17'
__all__ = [
'AsIs',
'AutoField',
Expand Down

0 comments on commit 4ced37c

Please sign in to comment.