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
1010Maintainers
1111-----------
1212
13- * Tony Wang <wwwjfy@gmail.com >
13+ * Tony Wang <tony@initialcommit.net >
1414
1515Contributors
1616------------
@@ -44,6 +44,7 @@ Contributors
4444* Iuliia Volkova <xnuinside@gmail.com>
4545* Roman Averchenkov <aragentum@gmail.com>
4646* AustinPena <austincollinpena@gmail.com>
47+ * Yurii Karabas <1998uriyyo@gmail.com>
4748
4849
4950Special 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
1414* [Breaking] Empty object instead of ``None `` being returned for objects with values of all selected columns are None (#729)
1515* Added MySQL support (#381 #685)
1616* [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)
1718
1819
1920GINO 1.0
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version = "1.1.0-beta.2"
44description = " GINO Is Not ORM - a Python asyncio ORM on SQLAlchemy core."
55license = " BSD-3-Clause"
66authors = [" 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>" ]
88readme = " README.rst"
99homepage = " https://python-gino.org"
1010repository = " https://github.com/python-gino/gino"
You can’t perform that action at this time.
0 commit comments