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 effe078 commit e8c8ac7Copy full SHA for e8c8ac7
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 0.5.4
4
+
5
+- Fix: #30 and perform some internal cleanups
6
+- Database `.allow_sync` attribute is deprecated, `allow_sync()` context manager or `.set_allow_sync()` should be used instad
7
8
## 0.5.3
9
10
- Fix: #26, closing MySQL connection and general implementation improvements
peewee_async.py
@@ -30,7 +30,7 @@
30
except ImportError:
31
aiomysql = None
32
33
-__version__ = '0.5.3'
+__version__ = '0.5.4'
34
35
__all__ = [
36
### High level API ###
0 commit comments