Skip to content

Commit

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

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

## 3.0.9

* Add deprecation notice if passing `autocommit` as keyword argument to the
`Database` initializer. Refs #1452.
* Add `JSONPath` and "J" helpers to sqlite extension.

[View commits](https://github.com/coleifer/peewee/compare/3.0.8...3.0.9)

## 3.0.8

* Add support for passing `cascade=True` when dropping tables. Fixes #1449.
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.8'
__version__ = '3.0.9'
__all__ = [
'AutoField',
'BareField',
Expand Down

0 comments on commit 905b7ce

Please sign in to comment.