Skip to content

Commit 6d2342c

Browse files
authored
Merge pull request #801 from elementary-data/release/v0.7.7
release/v0.7.7
2 parents 63f93d2 + cf367ca commit 6d2342c

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/_snippets/quickstart-package-install.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Make sure to copy the packages that are relevant to your dbt version.
4646
```yml packages.yml
4747
packages:
4848
- package: elementary-data/elementary
49-
version: 0.7.4
49+
version: 0.7.5
5050
## Docs: https://docs.elementary-data.com
5151
```
5252

@@ -55,7 +55,7 @@ packages:
5555
```yml packages.yml
5656
packages:
5757
- package: elementary-data/elementary
58-
version: 0.7.4
58+
version: 0.7.5
5959
## Docs: https://docs.elementary-data.com
6060

6161
## !! Important !! For dbt >=1.2.0 \<1.3.0 ##
@@ -69,7 +69,7 @@ packages:
6969
```yml packages.yml
7070
packages:
7171
- package: elementary-data/elementary
72-
version: 0.7.4
72+
version: 0.7.5
7373
## Docs: https://docs.elementary-data.com
7474

7575
## !! Important !! For dbt <1.2.0 ##

elementary/monitor/dbt_project/packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ packages:
22
- package: dbt-labs/dbt_utils
33
version: [">=0.8.0", "<0.9.0"]
44
- package: elementary-data/elementary
5-
version: 0.7.4
5+
version: 0.7.5

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
setup(
2222
name="elementary-data",
2323
description="Data monitoring and lineage",
24-
version="0.7.6",
24+
version="0.7.7",
2525
packages=find_packages(),
2626
include_package_data=True,
2727
python_requires=">=3.6.2",

0 commit comments

Comments
 (0)