Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dataders committed Nov 29, 2021
1 parent c77f977 commit bbe0813
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dbt/adapters/sqlserver/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = '0.21.0rc2'
version = '0.21.0'
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ def _dbt_sqlserver_version():
packages=find_namespace_packages(include=['dbt', 'dbt.*']),
include_package_data=True,
install_requires=[
"dbt-core==0.21.1rc1",
"dbt-core~=0.21.1",
"pyodbc~=4.0.31",
"azure-identity>=1.6.0",
"azure-identity>=1.7.0",
]
)

0 comments on commit bbe0813

Please sign in to comment.