Skip to content

Commit

Permalink
Bump up the version to 1.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ueshin committed Jan 25, 2023
1 parent 88349c0 commit 2cdba5c
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.4.0 (Release TBD)
## dbt-databricks 1.4.0 (January 25, 2023)

### Breaking changes
- Raise an exception when schema contains '.'. ([#222](https://github.com/databricks/dbt-databricks/pull/222))
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.4.0rc2"
version: str = "1.4.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.2.2
dbt-spark~=1.4.0rc1
dbt-spark~=1.4.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.4.0rc1"
dbt_spark_version = "1.4.0"
description = """The Databricks adapter plugin for dbt"""

setup(
Expand Down

0 comments on commit 2cdba5c

Please sign in to comment.