Skip to content

Commit

Permalink
Bump up the version to 1.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ueshin committed Oct 14, 2022
1 parent 4e9def3 commit 9006ca1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.3.0 (Release TBD)
## dbt-databricks 1.3.0 (October 14, 2022)

### Features
- Support python model through run command API, currently supported materializations are table and incremental. ([dbt-labs/dbt-spark#377](https://github.com/dbt-labs/dbt-spark/pull/377), [#126](https://github.com/databricks/dbt-databricks/pull/126))
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.3.0rc3"
version: str = "1.3.0"
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
databricks-sql-connector>=2.0.5
dbt-spark~=1.3.0rc2
dbt-spark~=1.3.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def _get_plugin_version():

package_name = "dbt-databricks"
package_version = _get_plugin_version()
dbt_spark_version = "1.3.0rc2"
dbt_spark_version = "1.3.0"
description = """The Databricks adapter plugin for dbt"""

setup(
Expand Down

0 comments on commit 9006ca1

Please sign in to comment.