diff options
Diffstat (limited to 'lib/sqlalchemy/events.py')
-rw-r--r-- | lib/sqlalchemy/events.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sqlalchemy/events.py b/lib/sqlalchemy/events.py index dcca9cdee..b2d4b54a9 100644 --- a/lib/sqlalchemy/events.py +++ b/lib/sqlalchemy/events.py @@ -405,7 +405,7 @@ class PoolEvents(event.Events): is checked in. It does not actively close the dbapi_connection at the point at which it is called. - .. versionadded:: 1.0.1 + .. versionadded:: 1.0.3 """ @@ -1047,7 +1047,7 @@ class DialectEvents(event.Events): to allow the dialect to connect normally, given the updated arguments. - .. versionadded:: 1.0.1 + .. versionadded:: 1.0.3 """ |