diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2017-12-26 14:18:27 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2017-12-26 14:18:27 -0500 |
| commit | 6498e7a8fd634e824038303b3d182a3d1d801652 (patch) | |
| tree | 29640be2acd3906ead68cb586b8d5f425a5a4daa /lib | |
| parent | 17e69210168ed3747ec92c9ea567988fbc94a983 (diff) | |
| download | sqlalchemy-6498e7a8fd634e824038303b3d182a3d1d801652.tar.gz | |
- call this 1.2.0
Change-Id: If8d60e5d44f387eba97fd9bb1dfa85947ce7f42f
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/sqlalchemy/__init__.py | 2 | ||||
| -rw-r--r-- | lib/sqlalchemy/sql/operators.py | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/sqlalchemy/__init__.py b/lib/sqlalchemy/__init__.py index 61cec68f4..4d280b382 100644 --- a/lib/sqlalchemy/__init__.py +++ b/lib/sqlalchemy/__init__.py @@ -130,7 +130,7 @@ from .schema import ( from .inspection import inspect from .engine import create_engine, engine_from_config -__version__ = '1.2.0b4' +__version__ = '1.2.0' def __go(lcls): diff --git a/lib/sqlalchemy/sql/operators.py b/lib/sqlalchemy/sql/operators.py index 0e8dec2a0..076939187 100644 --- a/lib/sqlalchemy/sql/operators.py +++ b/lib/sqlalchemy/sql/operators.py @@ -644,7 +644,7 @@ class ColumnOperators(Operators): .. versionadded:: 1.2 - .. versionchanged:: 1.2.0b4 The + .. versionchanged:: 1.2.0 The :paramref:`.ColumnOperators.startswith.autoescape` parameter is now a simple boolean rather than a character; the escape character itself is also escaped, and defaults to a forwards @@ -732,7 +732,7 @@ class ColumnOperators(Operators): .. versionadded:: 1.2 - .. versionchanged:: 1.2.0b4 The + .. versionchanged:: 1.2.0 The :paramref:`.ColumnOperators.endswith.autoescape` parameter is now a simple boolean rather than a character; the escape character itself is also escaped, and defaults to a forwards @@ -820,7 +820,7 @@ class ColumnOperators(Operators): .. versionadded:: 1.2 - .. versionchanged:: 1.2.0b4 The + .. versionchanged:: 1.2.0 The :paramref:`.ColumnOperators.contains.autoescape` parameter is now a simple boolean rather than a character; the escape character itself is also escaped, and defaults to a forwards |
