Skip to content

Commit

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

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

## 3.0.18

* Improved error messages when attempting to use a database class for which the
corresponding driver is not installed.
* Added tests showing the use of custom operator (a-la the docs).
* Fixed indentation issue in docs, #1493.
* Fixed issue with the SQLite date_part issue, #1494.

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

## 3.0.17

* Fix `schema` inheritance regression, #1485.
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.17'
__version__ = '3.0.18'
__all__ = [
'AsIs',
'AutoField',
Expand Down

0 comments on commit fd01414

Please sign in to comment.