From 3ea98184dd0842f222772f13f02a373359132281 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 27 Dec 2022 17:28:36 -0500 Subject: rename 2.0.0b5 to 2.0.0rc1 it's hoped for 2.0.0 final to be next, in early January Change-Id: If4285f0929f4a2895f2bc93d9e8336599b973bcf --- lib/sqlalchemy/sql/compiler.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/sqlalchemy/sql/compiler.py') diff --git a/lib/sqlalchemy/sql/compiler.py b/lib/sqlalchemy/sql/compiler.py index 895e9724c..73758ddfa 100644 --- a/lib/sqlalchemy/sql/compiler.py +++ b/lib/sqlalchemy/sql/compiler.py @@ -912,7 +912,7 @@ class SQLCompiler(Compiled): :meth:`_sql.SQLCompiler.bindparam_string` method may need to be augmented. See the cx_Oracle compiler for an example of this. - .. versionadded:: 2.0.0b5 + .. versionadded:: 2.0.0rc1 """ @@ -1061,7 +1061,7 @@ class SQLCompiler(Compiled): the "expanded" SQL is assigned here, and then used by the ``.params`` accessor and ``.construct_params()`` methods for their return values. - .. versionadded:: 2.0.0b5 + .. versionadded:: 2.0.0rc1 """ @@ -1624,7 +1624,7 @@ class SQLCompiler(Compiled): this method will provide for both the finalized SQL string as well as the parameters that would be used for a particular parameter set. - .. versionadded:: 2.0.0b5 + .. versionadded:: 2.0.0rc1 """ parameters = self.construct_params( -- cgit v1.2.1