Skip to content

Commit

Permalink
Merge pull request #685 from elementary-data/release/v0.7.2
Browse files Browse the repository at this point in the history
release/v0.7.2
  • Loading branch information
IDoneShaveIt authored Feb 16, 2023
2 parents b57f621 + a19c8a7 commit 851b4ee
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/_snippets/quickstart-package-install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Make sure to copy the packages that are relevant to your dbt version.
```yml packages.yml
packages:
- package: elementary-data/elementary
version: 0.7.0
version: 0.7.1
## Docs: https://docs.elementary-data.com
```

Expand All @@ -55,7 +55,7 @@ packages:
```yml packages.yml
packages:
- package: elementary-data/elementary
version: 0.7.0
version: 0.7.1
## Docs: https://docs.elementary-data.com

## !! Important !! For dbt >=1.2.0 \<1.3.0 ##
Expand All @@ -69,7 +69,7 @@ packages:
```yml packages.yml
packages:
- package: elementary-data/elementary
version: 0.7.0
version: 0.7.1
## Docs: https://docs.elementary-data.com

## !! Important !! For dbt <1.2.0 ##
Expand Down
2 changes: 1 addition & 1 deletion elementary/monitor/dbt_project/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ packages:
- package: dbt-labs/dbt_utils
version: [ ">=0.8.0", "<0.9.0" ]
- package: elementary-data/elementary
version: 0.7.0
version: 0.7.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
setup(
name="elementary-data",
description="Data monitoring and lineage",
version="0.7.1",
version="0.7.2",
packages=find_packages(),
include_package_data=True,
python_requires=">=3.6.2",
Expand Down

0 comments on commit 851b4ee

Please sign in to comment.