We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90e80a4 commit 700b971Copy full SHA for 700b971
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
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
8
## 0.5.2
9
10
- Fix #24: prevent stucking after connection error
peewee_async.py
@@ -30,7 +30,7 @@
30
except ImportError:
31
aiomysql = None
32
33
-__version__ = '0.5.2'
+__version__ = '0.5.3'
34
35
__all__ = [
36
### High level API ###
0 commit comments