Skip to content

Commit b43c88a

Browse files
committed
release v0.14.1
1 parent 19d5a21 commit b43c88a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.14.0
42+
version: 0.14.1
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
@@ -2,7 +2,7 @@ packages:
22
- package: dbt-labs/dbt_utils
33
version: [">=0.8.0", "<0.9.0"]
44
- package: elementary-data/elementary
5-
version: 0.14.0
5+
version: 0.14.1
66

77
# NOTE - for unreleased CLI versions we often need to update the package version to a commit hash (please leave this
88
# commented, so it will be easy to access)

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.14.0"
3+
version = "0.14.1"
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)