Skip to content

Commit

Permalink
actually bump version and pin to a commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dataders committed Jan 14, 2021
1 parent dab36dc commit b2a4672
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 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.19.0'
version = '0.19.0-rc1'
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
git+https://github.com/fishtown-analytics/dbt.git@dev/kiyoshi-kuromiya

git+https://github.com/fishtown-analytics/dbt.git@1508564e10175a7562652f93f08aedb5a2845474#egg=dbt
pyodbc>=4.0.27
azure-identity>=1.4.0
black~=20.8b1
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ def _dbt_sqlserver_version():
]
},
install_requires=[
#"dbt-core~=0.19.0",
'dbt @ git+https://github.com/fishtown-analytics/dbt.git@1508564e10175a7562652f93f08aedb5a2845474#egg=dbt',
"pyodbc>=4.0.27",
"azure-identity>=1.4.0",
],
dependency_links=['-e git+https://github.com/fishtown-analytics/dbt.git'],
dependency_links=['git+https://github.com/fishtown-analytics/dbt.git@1508564e10175a7562652f93f08aedb5a2845474#egg=dbt'],
)

0 comments on commit b2a4672

Please sign in to comment.