summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2017-12-26 14:18:27 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2017-12-26 14:18:27 -0500
commit6498e7a8fd634e824038303b3d182a3d1d801652 (patch)
tree29640be2acd3906ead68cb586b8d5f425a5a4daa /lib
parent17e69210168ed3747ec92c9ea567988fbc94a983 (diff)
downloadsqlalchemy-6498e7a8fd634e824038303b3d182a3d1d801652.tar.gz
- call this 1.2.0
Change-Id: If8d60e5d44f387eba97fd9bb1dfa85947ce7f42f
Diffstat (limited to 'lib')
-rw-r--r--lib/sqlalchemy/__init__.py2
-rw-r--r--lib/sqlalchemy/sql/operators.py6
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