Skip to content

Commit

Permalink
Bump version + update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rudyryk committed Apr 4, 2018
1 parent a391331 commit 92ad5e9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

## 0.5.11 (latest)
## 0.5.12 (latest)

- #92 pull request is merged, raise original exception instead of ValueError in atomic on disconnect

## 0.5.11

- #86 pull request is merged, releasing cursor issue after transaction releated queries

Expand Down
2 changes: 1 addition & 1 deletion peewee_async.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
except ImportError:
aiomysql = None

__version__ = '0.5.11'
__version__ = '0.5.12'

__all__ = [
### High level API ###
Expand Down

0 comments on commit 92ad5e9

Please sign in to comment.