Skip to content

Commit 9e65b72

Browse files
committed
Tag version 0.5.0
1 parent a6895d3 commit 9e65b72

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ provide jinja with further adapter/python methods.
1616
- Execute Python model(Python code) locally
1717
- Enable Granular Model-Level Orchestration Using Airflow
1818
- Create page on Airflow Server to serve DBT docs as a new page under airflow UI
19+
- Use customized dbt docs page, by providing custom index.html page
1920

2021
For more details please see [examples](docs/EXAMPLES.md).
2122

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
'opendbt = opendbt:main',
1414
],
1515
},
16-
version='0.4.0',
16+
version='0.5.0',
1717
packages=find_packages(),
1818
author="Memiiso Organization",
1919
description='Python opendbt',

0 commit comments

Comments
 (0)