Skip to content

Commit

Permalink
3.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
coleifer committed Jul 12, 2022
1 parent 657315d commit 332f97e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,16 @@ https://github.com/coleifer/peewee/releases

## master

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

## 3.15.1

* Fix issue introduced in Sqlite 3.39.0 regarding the propagation of column
subtypes in subqueries.
* Fix bug where cockroachdb server version was not set when beginning a
transaction on an unopened database.

[View commits](https://github.com/coleifer/peewee/compare/3.15.0...3.15.1)

## 3.15.0

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


__version__ = '3.15.0'
__version__ = '3.15.1'
__all__ = [
'AnyField',
'AsIs',
Expand Down

0 comments on commit 332f97e

Please sign in to comment.