Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dataders committed Nov 11, 2021
1 parent 9d22c70 commit 40838a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dbt/adapters/synapse/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = '0.21.0'
version = '0.21.0rc1'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ def _dbt_synapse_version():
packages=find_namespace_packages(include=['dbt', 'dbt.*']),
include_package_data=True,
install_requires=[
"dbt-sqlserver==0.21.0rc1"
"dbt-sqlserver==0.21.0rc2"
]
)

0 comments on commit 40838a4

Please sign in to comment.