Skip to content

Commit

Permalink
3.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
coleifer committed Apr 21, 2023
1 parent 9cabb4a commit e31ec00
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,15 @@ https://github.com/coleifer/peewee/releases

## master

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

## 3.16.2

Fixes a longstanding issue with thread-safety of various decorators, including
`atomic()`, `transaction()`, `savepoint()`. The context-managers are
unaffected. See #2709 for details.

[View commits](https://github.com/coleifer/peewee/compare/3.16.1...3.16.2)

## 3.16.1

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.16.1'
__version__ = '3.16.2'
__all__ = [
'AnyField',
'AsIs',
Expand Down

0 comments on commit e31ec00

Please sign in to comment.