diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst index 43406b79f..947a17781 100644 --- a/CONTRIBUTORS.rst +++ b/CONTRIBUTORS.rst @@ -23,6 +23,7 @@ Contributors * Rebecca Klauser ``@svms1`` * Sina Sohangir ``@sinaso`` * Weiming Dong ``@dongweiming`` +* ``@AEnterprise`` * Jinlong Peng ``@long2ice`` * Sang-Heon Jeon ``@lntuition`` * Jong-Yeop Park ``@pjongy`` diff --git a/tortoise/__init__.py b/tortoise/__init__.py index b1276143b..3739b00d0 100644 --- a/tortoise/__init__.py +++ b/tortoise/__init__.py @@ -803,4 +803,4 @@ async def do_stuff(): loop.run_until_complete(Tortoise.close_connections()) -__version__ = "0.15.18" +__version__ = "0.16.0"