Skip to content

Commit

Permalink
Update CHANGELOG.md and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rudyryk committed May 30, 2016
1 parent e767667 commit c1d464b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.5.3

- Fix: #26, closing MySQL connection and general implementation improvements
- #28 (pull request): better proxy database support in `Manager`

## 0.5.2

- Fix #24: prevent stucking after connection error
Expand Down
2 changes: 1 addition & 1 deletion peewee_async.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
except ImportError:
aiomysql = None

__version__ = '0.5.2'
__version__ = '0.5.3'

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

0 comments on commit c1d464b

Please sign in to comment.