]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
- Correct version info for dialect_opts feature
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 21 Jul 2019 16:57:29 +0000 (12:57 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 21 Jul 2019 16:57:29 +0000 (12:57 -0400)
Change-Id: Ifb6c9ff84f6268994a0ecb628b85630d5181c32d

alembic/runtime/environment.py

index b918269e3d5b4f139352f65bb4f496ea95fc3ffd..c9d623ca8fc8204e7a7e2da5569a932a7c4d5b0d 100644 (file)
@@ -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;