Skip to content

Commit

Permalink
3.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
coleifer committed Mar 27, 2018
1 parent 96e36fa commit 0abbfb0
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.1.7

For all the winblows lusers out there, added an option to skip compilation of
the SQLite C extensions during installation. Set env var `NO_SQLITE=1` and run
`setup.py install` and you should be able to build without requiring SQLite.

[View commits](https://github.com/coleifer/peewee/compare/3.1.6...3.1.7)

## 3.1.6

* Added `rekey()` method to SqlCipher database for changing encryption key and
Expand Down
2 changes: 1 addition & 1 deletion peewee.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
mysql = None


__version__ = '3.1.6'
__version__ = '3.1.7'
__all__ = [
'AsIs',
'AutoField',
Expand Down

0 comments on commit 0abbfb0

Please sign in to comment.