From b3d57aab9333808097733dcc7a063193d14ff161 Mon Sep 17 00:00:00 2001 From: Colin Date: Mon, 2 Dec 2024 09:45:52 -0800 Subject: [PATCH] bump to rc1 --- 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"