From b52d304c63a00cc015a5354e88823713536d9444 Mon Sep 17 00:00:00 2001 From: Colin Rogers <111200756+colin-rogers-dbt@users.noreply.github.com> Date: Mon, 2 Dec 2024 09:55:21 -0800 Subject: [PATCH] bump to 1.9.0rc1 (#762) --- dbt-athena-community/pyproject.toml | 4 ++-- dbt-athena/src/dbt/adapters/athena/__version__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dbt-athena-community/pyproject.toml b/dbt-athena-community/pyproject.toml index b356879b..c0a7e9b8 100644 --- a/dbt-athena-community/pyproject.toml +++ b/dbt-athena-community/pyproject.toml @@ -22,8 +22,8 @@ classifiers = [ "Programming Language :: Python :: 3.12", ] # these versions should always match and they both should match the local version of dbt-athena -dependencies = ["dbt-athena==1.9.0b1"] -version = "1.9.0b1" +dependencies = ["dbt-athena==1.9.0rc1"] +version = "1.9.0rc1" [project.urls] Homepage = "https://github.com/dbt-labs/dbt-athena/dbt-athena" Documentation = "https://docs.getdbt.com" diff --git a/dbt-athena/src/dbt/adapters/athena/__version__.py b/dbt-athena/src/dbt/adapters/athena/__version__.py index a4077fff..c70591d8 100644 --- a/dbt-athena/src/dbt/adapters/athena/__version__.py +++ b/dbt-athena/src/dbt/adapters/athena/__version__.py @@ -1 +1 @@ -version = "1.9.0b1" +version = "1.9.0rc1"