File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Development Lead
10
10
Maintainers
11
11
-----------
12
12
13
- * Tony Wang <wwwjfy@gmail.com >
13
+ * Tony Wang <tony@initialcommit.net >
14
14
15
15
Contributors
16
16
------------
@@ -44,6 +44,7 @@ Contributors
44
44
* Iuliia Volkova <xnuinside@gmail.com>
45
45
* Roman Averchenkov <aragentum@gmail.com>
46
46
* AustinPena <austincollinpena@gmail.com>
47
+ * Yurii Karabas <1998uriyyo@gmail.com>
47
48
48
49
49
50
Special thanks to my wife Daisy and her outsourcing company `DecentFoX Studio `_,
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ GINO 1.1
14
14
* [Breaking] Empty object instead of ``None `` being returned for objects with values of all selected columns are None (#729)
15
15
* Added MySQL support (#381 #685)
16
16
* [Breaking] asyncpg is no longer installed as a dependency by default, install ``gino[pg] `` for the old behavior
17
+ * Fixed multiple referenced connection stack in newly created coroutines (#747)
17
18
18
19
19
20
GINO 1.0
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version = "1.1.0-beta.2"
4
4
description = " GINO Is Not ORM - a Python asyncio ORM on SQLAlchemy core."
5
5
license = " BSD-3-Clause"
6
6
authors = [" Fantix King <fantix.king@gmail.com>" ]
7
- maintainers = [" Tony Wang <wwwjfy@gmail.com >" , " Fantix King <fantix.king@gmail.com>" ]
7
+ maintainers = [" Tony Wang <tony@initialcommit.net >" , " Fantix King <fantix.king@gmail.com>" ]
8
8
readme = " README.rst"
9
9
homepage = " https://python-gino.org"
10
10
repository = " https://github.com/python-gino/gino"
You can’t perform that action at this time.
0 commit comments