Skip to content

Commit

Permalink
1.3.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Mar 16, 2023
1 parent 2fadc1f commit 9e44bd1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## v1.3.0 (2023-03-16)
### Feature
* Bump version and add CI batch ([`2fadc1f`](https://github.com/vdn-tools/dbt-athena2/commit/2fadc1ffc0924cd76f97617ae601759cb1d0450f))

## v1.2.5 (2023-03-16)
### Fix
* **ci:** There is no item named 'PyAthena-2.5.2.dist-info/WHEEL' in the archiv ([`61b1544`](https://github.com/vdn-tools/dbt-athena2/commit/61b1544c9b6476c191a5cf56ca15800105279b80))
Expand Down
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.2.5"
version = "1.3.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dbt-athena2"
version = "1.2.5"
version = "1.3.0"
description = "Athena adapter for dbt platform"
authors = ["Duc Nguyen"]
readme = "README.md"
Expand Down

0 comments on commit 9e44bd1

Please sign in to comment.