Skip to content

Commit 788ea52

Browse files
web-flowarbiv
authored andcommitted
release v0.19.0
1 parent cae5b88 commit 788ea52

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/_snippets/quickstart-package-install.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Some packages we recommend you check out: [dbt_utils](https://github.com/dbt-lab
3939
```yml packages.yml
4040
packages:
4141
- package: elementary-data/elementary
42-
version: 0.18.3
42+
version: 0.19.0
4343
## Docs: https://docs.elementary-data.com
4444
```
4545
</Step>

elementary/monitor/dbt_project/packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ packages:
1010
# revision: f22a2387d19dddd73c8a506d1a9cbb08204f83f9
1111
# When releasing a new version of the package, if the current version is using a commit hash, update the version to the new version.
1212
#- package: elementary-data/elementary
13-
# version: 0.18.3
13+
# version: 0.19.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "elementary-data"
3-
version = "0.18.3"
3+
version = "0.19.0"
44
description = "Data monitoring and lineage"
55
authors = ["Elementary"]
66
keywords = ["data", "lineage", "data lineage", "data warehouse", "DWH", "observability", "data monitoring", "data observability", "Snowflake", "BigQuery", "Redshift", "data reliability", "analytics engineering"]

0 commit comments

Comments
 (0)