File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1414
1515## v1.0.0 (YYYY-MM-DD)
1616
17- - First release of ` dbt-oracle ` by Oracle.
17+ - First release of vendor-built adapter by Oracle.
1818- This version supports Python 3.6, 3.7, 3.8 and 3.9
Original file line number Diff line number Diff line change @@ -21,8 +21,7 @@ classifiers =
2121# Github, PyPI and documentations urls should be added below
2222project_urls =
2323 Source = https://github.com/oracle/dbt-oracle
24- Tracker = https://github.com/oracle/dbt-oracle/issues
25- Documentation = https://dbt-oracle.readthedocs.io
24+ Bug Tracker = https://github.com/oracle/dbt-oracle/issues
2625
2726[options]
2827python_requires = >=3.6
Original file line number Diff line number Diff line change 3838
3939project_urls = {
4040 'Source' : 'https://github.com/oracle/dbt-oracle' ,
41- 'Tracker' : 'https://github.com/oracle/dbt-oracle/issues'
41+ 'Bug Tracker' : 'https://github.com/oracle/dbt-oracle/issues'
4242}
4343
4444VERSION = '1.0.0'
You can’t perform that action at this time.
0 commit comments