From 5a4d826be46339e7854fd36b92a30f301f324fe4 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sun, 21 Jul 2019 12:57:29 -0400 Subject: [PATCH] - Correct version info for dialect_opts feature Change-Id: Ifb6c9ff84f6268994a0ecb628b85630d5181c32d --- alembic/runtime/environment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alembic/runtime/environment.py b/alembic/runtime/environment.py index b918269e..c9d623ca 100644 --- a/alembic/runtime/environment.py +++ b/alembic/runtime/environment.py @@ -359,7 +359,7 @@ class EnvironmentContext(util.ModuleClsProxy): :param dialect_opts: dictionary of options to be passed to dialect constructor. - .. versionadded:: 1.0.11 + .. versionadded:: 1.0.12 :param transactional_ddl: Force the usage of "transactional" DDL on or off; -- 2.47.2