Skip to content

Commit

Permalink
bump to 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-rogers-dbt committed Dec 9, 2024
1 parent b52d304 commit c3d12fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dbt-athena-community/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ classifiers = [
]
# 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"
version = "1.9.0"
[project.urls]
Homepage = "https://github.com/dbt-labs/dbt-athena/dbt-athena"
Documentation = "https://docs.getdbt.com"
Expand Down
2 changes: 1 addition & 1 deletion dbt-athena/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ classifiers = [
]
dependencies=[
"dbt-adapters>=1.0.0b2,<2.0",
"dbt-common>=1.0.0b2,<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",
Expand Down
2 changes: 1 addition & 1 deletion dbt-athena/src/dbt/adapters/athena/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "1.9.0rc1"
version = "1.9.0"

0 comments on commit c3d12fa

Please sign in to comment.