From cb63070cdcebb5ba7cf1500bac377615cea35c06 Mon Sep 17 00:00:00 2001 From: Colin Rogers <111200756+colin-rogers-dbt@users.noreply.github.com> Date: Tue, 10 Dec 2024 15:17:51 -0800 Subject: [PATCH] bump to 1.9.0final (#765) --- dbt-athena-community/pyproject.toml | 4 ++-- dbt-athena/pyproject.toml | 4 ++-- dbt-athena/src/dbt/adapters/athena/__version__.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dbt-athena-community/pyproject.toml b/dbt-athena-community/pyproject.toml index c0a7e9b8..a6f26907 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.0rc1"] -version = "1.9.0rc1" +dependencies = ["dbt-athena==1.9.0"] +version = "1.9.0" [project.urls] Homepage = "https://github.com/dbt-labs/dbt-athena/dbt-athena" Documentation = "https://docs.getdbt.com" diff --git a/dbt-athena/pyproject.toml b/dbt-athena/pyproject.toml index 27b84498..1353ccda 100644 --- a/dbt-athena/pyproject.toml +++ b/dbt-athena/pyproject.toml @@ -23,8 +23,8 @@ classifiers = [ "Programming Language :: Python :: 3.12", ] dependencies=[ - "dbt-adapters>=1.0.0b2,<2.0", - "dbt-common>=1.0.0b2,<2.0", + "dbt-adapters>=1.0.0,<2.0", + "dbt-common>=1.0.0,<2.0", # add dbt-core to ensure backwards compatibility of installation, this is not a functional dependency "dbt-core>=1.8.0", "boto3>=1.28", diff --git a/dbt-athena/src/dbt/adapters/athena/__version__.py b/dbt-athena/src/dbt/adapters/athena/__version__.py index c70591d8..7aba6409 100644 --- a/dbt-athena/src/dbt/adapters/athena/__version__.py +++ b/dbt-athena/src/dbt/adapters/athena/__version__.py @@ -1 +1 @@ -version = "1.9.0rc1" +version = "1.9.0"