Skip to content

Commit

Permalink
chore: release 1.5.0 (#303)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jrmyy authored May 15, 2023
1 parent 058a775 commit b003e49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dbt/adapters/athena/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "1.4.5"
version = "1.5.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def _get_package_version():
return f'{parts["major"]}.{parts["minor"]}.{parts["patch"]}'


dbt_version = "1.4"
dbt_version = "1.5"
package_version = _get_package_version()
description = "The athena adapter plugin for dbt (data build tool)"

Expand Down

0 comments on commit b003e49

Please sign in to comment.