Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump to 1.9.0final #765

Merged
merged 3 commits into from
Dec 10, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"]
mikealfare marked this conversation as resolved.
Show resolved Hide resolved
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",
colin-rogers-dbt marked this conversation as resolved.
Show resolved Hide resolved
mikealfare marked this conversation as resolved.
Show resolved Hide resolved
"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"
Loading