Skip to content

Commit 7ca25c4

Browse files
[Automated] Publish dbt-athena==1.10.0rc1
2 parents ac03cec + 2dbee75 commit 7ca25c4

File tree

6 files changed

+24
-4
lines changed

6 files changed

+24
-4
lines changed

dbt-athena-community/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ classifiers = [
2525
"Programming Language :: Python :: 3.12",
2626
]
2727
# these versions should always match and they both should match the local version of dbt-athena
28-
dependencies = ["dbt-athena==1.9.4"]
29-
version = "1.9.4"
28+
dependencies = ["dbt-athena==1.10.0rc1"]
29+
version = "1.10.0rc1"
3030
[project.urls]
3131
Homepage = "https://github.com/dbt-labs/dbt-adapters/tree/main/dbt-athena"
3232
Documentation = "https://docs.getdbt.com"

dbt-athena/.changes/1.10.0-rc1.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## dbt-athena 1.10.0-rc1 - November 18, 2025
2+
3+
### Fixes
4+
5+
- Correct comment specification in timestamps.sql file to not raise deprecation warning ([#1168](https://github.com/dbt-labs/dbt-adapters/issues/1168))
6+
7+
### Dependencies
8+
9+
- Drop support for python 3.9 ([#1412](https://github.com/dbt-labs/dbt-adapters/pull/1412))

dbt-athena/.changes/unreleased/Dependencies-20251028-175435.yaml renamed to dbt-athena/.changes/1.10.0/Dependencies-20251028-175435.yaml

File renamed without changes.

dbt-athena/.changes/unreleased/Fixes-20250623-140448.yaml renamed to dbt-athena/.changes/1.10.0/Fixes-20250623-140448.yaml

File renamed without changes.

dbt-athena/CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,18 @@ and is generated by [Changie](https://github.com/miniscruff/changie)
1010
- Do not edit this file directly. This file is auto-generated using [changie](https://github.com/miniscruff/changie)
1111
- For details on how to document a change, see the [contributing guide](/CONTRIBUTING.md#changelog-entry)
1212

13+
## dbt-athena 1.10.0-rc1 - November 18, 2025
14+
15+
### Fixes
16+
17+
- Correct comment specification in timestamps.sql file to not raise deprecation warning ([#1168](https://github.com/dbt-labs/dbt-adapters/issues/1168))
18+
19+
### Dependencies
20+
21+
- Drop support for python 3.9 ([#1412](https://github.com/dbt-labs/dbt-adapters/pull/1412))
22+
23+
24+
1325
## dbt-athena 1.9.4 - April 28, 2025
1426

1527
### Features
@@ -19,7 +31,6 @@ and is generated by [Changie](https://github.com/miniscruff/changie)
1931
### Contributors
2032
- [@alex-antonison](https://github.com/alex-antonison) ([#458](https://github.com/dbt-labs/dbt-adapters/issues/458))
2133

22-
2334
## dbt-athena 1.9.3 - April 07, 2025
2435

2536
### Features
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "1.9.4"
1+
version = "1.10.0rc1"

0 commit comments

Comments
 (0)