summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/postgresql
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2022-12-27 17:28:36 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2022-12-27 17:28:36 -0500
commit3ea98184dd0842f222772f13f02a373359132281 (patch)
tree6c50a16885076777627897914af02b83913c7811 /lib/sqlalchemy/dialects/postgresql
parent0f7ba068a91cbaa7233315d93d0d8624a6a7930f (diff)
downloadsqlalchemy-3ea98184dd0842f222772f13f02a373359132281.tar.gz
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
Diffstat (limited to 'lib/sqlalchemy/dialects/postgresql')
-rw-r--r--lib/sqlalchemy/dialects/postgresql/ext.py12
-rw-r--r--lib/sqlalchemy/dialects/postgresql/types.py4
2 files changed, 8 insertions, 8 deletions
diff --git a/lib/sqlalchemy/dialects/postgresql/ext.py b/lib/sqlalchemy/dialects/postgresql/ext.py
index 31fbf203b..812b542cc 100644
--- a/lib/sqlalchemy/dialects/postgresql/ext.py
+++ b/lib/sqlalchemy/dialects/postgresql/ext.py
@@ -339,7 +339,7 @@ class to_tsvector(_regconfig_fn):
``sqlalchemy.func.to_tsvector()``, ensuring the correct argument and return
type handlers are used at compile and execution time.
- .. versionadded:: 2.0.0b5
+ .. versionadded:: 2.0.0rc1
"""
@@ -361,7 +361,7 @@ class to_tsquery(_regconfig_fn):
``sqlalchemy.func.to_tsquery()``, ensuring the correct argument and return
type handlers are used at compile and execution time.
- .. versionadded:: 2.0.0b5
+ .. versionadded:: 2.0.0rc1
"""
@@ -383,7 +383,7 @@ class plainto_tsquery(_regconfig_fn):
invoking ``sqlalchemy.func.plainto_tsquery()``, ensuring the correct
argument and return type handlers are used at compile and execution time.
- .. versionadded:: 2.0.0b5
+ .. versionadded:: 2.0.0rc1
"""
@@ -405,7 +405,7 @@ class phraseto_tsquery(_regconfig_fn):
invoking ``sqlalchemy.func.phraseto_tsquery()``, ensuring the correct
argument and return type handlers are used at compile and execution time.
- .. versionadded:: 2.0.0b5
+ .. versionadded:: 2.0.0rc1
"""
@@ -427,7 +427,7 @@ class websearch_to_tsquery(_regconfig_fn):
invoking ``sqlalchemy.func.websearch_to_tsquery()``, ensuring the correct
argument and return type handlers are used at compile and execution time.
- .. versionadded:: 2.0.0b5
+ .. versionadded:: 2.0.0rc1
"""
@@ -449,7 +449,7 @@ class ts_headline(_regconfig_fn):
``sqlalchemy.func.ts_headline()``, ensuring the correct argument and return
type handlers are used at compile and execution time.
- .. versionadded:: 2.0.0b5
+ .. versionadded:: 2.0.0rc1
"""
diff --git a/lib/sqlalchemy/dialects/postgresql/types.py b/lib/sqlalchemy/dialects/postgresql/types.py
index eda651146..549548e01 100644
--- a/lib/sqlalchemy/dialects/postgresql/types.py
+++ b/lib/sqlalchemy/dialects/postgresql/types.py
@@ -112,7 +112,7 @@ class REGCONFIG(sqltypes.TypeEngine[str]):
"""Provide the PostgreSQL REGCONFIG type.
- .. versionadded:: 2.0.0b5
+ .. versionadded:: 2.0.0rc1
"""
@@ -123,7 +123,7 @@ class TSQUERY(sqltypes.TypeEngine[str]):
"""Provide the PostgreSQL TSQUERY type.
- .. versionadded:: 2.0.0b5
+ .. versionadded:: 2.0.0rc1
"""