From 284e83c0002ff5240c8a5db510a947255586ddd5 Mon Sep 17 00:00:00 2001 From: Ashhar Hasan Date: Sat, 1 Oct 2022 21:43:44 +0530 Subject: [PATCH] Remove redundant information from headings --- CHANGES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index de2ed559..3dd97e00 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,7 +6,7 @@ list](https://github.com/trinodb/trino-python-client/tags), the [README](https://github.com/trinodb/trino-python-client/blob/master/README.md) and the [PyPI page](https://pypi.org/project/trino/). -## Trino Python client 0.317.0 +## Release 0.317.0 * Add support for creating tables containing `JSON` columns and reading and writing to them with SQLAlchemy. @@ -41,7 +41,7 @@ and the [PyPI page](https://pypi.org/project/trino/). and terminated on the server. ([#232](https://github.com/trinodb/trino-python-client/issues/232)) -## Trino Python client 0.316.0 +## Release 0.316.0 * Add support for SQLAlchemy queries to access multiple catalogs by specifying a `trino_catalog` argument to SQLAlchemy `Table` objects.