Skip to content

Commit

Permalink
Bump up the version to 1.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
ueshin committed Aug 24, 2022
1 parent 63b42ee commit abdbebe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## dbt-databricks 1.2.1 (Release TBD)
## dbt-databricks 1.2.1 (August 24, 2022)

### Features
- Support Python 3.10 ([#158](https://github.com/databricks/dbt-databricks/pull/158))
Expand Down
2 changes: 1 addition & 1 deletion dbt/adapters/databricks/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version: str = "1.2.1rc0"
version: str = "1.2.1"

0 comments on commit abdbebe

Please sign in to comment.