Skip to content

Commit 700b971

Browse files
committed
Update CHANGELOG.md and bump version
1 parent 90e80a4 commit 700b971

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.5.3
4+
5+
- Fix: #26, closing MySQL connection and general implementation improvements
6+
- #28 (pull request): better proxy database support in `Manager`
7+
38
## 0.5.2
49

510
- Fix #24: prevent stucking after connection error

peewee_async.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
except ImportError:
3131
aiomysql = None
3232

33-
__version__ = '0.5.2'
33+
__version__ = '0.5.3'
3434

3535
__all__ = [
3636
### High level API ###

0 commit comments

Comments
 (0)