Skip to content

Commit e8c8ac7

Browse files
committed
Bump version, update CHANGELOG
1 parent effe078 commit e8c8ac7

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.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+
38
## 0.5.3
49

510
- Fix: #26, closing MySQL connection and general implementation improvements

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.3'
33+
__version__ = '0.5.4'
3434

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

0 commit comments

Comments
 (0)