Skip to content

Commit

Permalink
3.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
coleifer committed Mar 6, 2019
1 parent 4178b42 commit b735456
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,14 @@ https://github.com/coleifer/peewee/releases

## master

[View commits](https://github.com/coleifer/peewee/compare/3.9.0...master)
[View commits](https://github.com/coleifer/peewee/compare/3.9.1...master)

## 3.9.1

Includes a bugfix for an `AttributeError` that occurs when using MySQL with the
`MySQLdb` client.

[View commits](https://github.com/coleifer/peewee/compare/3.9.0...3.9.1)

## 3.9.0

Expand Down
2 changes: 1 addition & 1 deletion peewee.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
mysql = None


__version__ = '3.9.0'
__version__ = '3.9.1'
__all__ = [
'AsIs',
'AutoField',
Expand Down

0 comments on commit b735456

Please sign in to comment.