Skip to content

Commit

Permalink
Preparing for Release v1.8.6 (#449)
Browse files Browse the repository at this point in the history
* Preparing for Release v1.8.6
  • Loading branch information
moomindani authored Oct 7, 2024
1 parent abf8c52 commit 4f1defa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dbt/adapters/glue/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "1.8.1"
version = "1.8.6"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def get_version(rel_path):

package_name = "dbt-glue"
package_version = get_version("dbt/adapters/glue/__version__.py")
dbt_version = "1.8.1"
dbt_version = "1.8.6"
dbt_spark_version = "1.8.0"
description = """dbt (data build tool) adapter for Aws Glue"""
long_description = read('README.md')
Expand Down

0 comments on commit 4f1defa

Please sign in to comment.