From 9e44bd1489d654029e371f0fdd2339131a578d93 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 16 Mar 2023 08:24:03 +0000 Subject: [PATCH] 1.3.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 4 ++++ dbt/adapters/athena/__version__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8924752..9a32832 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## 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)) diff --git a/dbt/adapters/athena/__version__.py b/dbt/adapters/athena/__version__.py index a9d254a..d28b3dd 100644 --- a/dbt/adapters/athena/__version__.py +++ b/dbt/adapters/athena/__version__.py @@ -1 +1 @@ -version = "1.2.5" +version = "1.3.0" diff --git a/pyproject.toml b/pyproject.toml index 2485a10..457c57e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"