Skip to content

Commit 5f6ba91

Browse files
Revert "Merge pull request #1957 from elementary-data/release/v0.19.2"
This reverts commit 8eec869, reversing changes made to 3a833ea.
1 parent 8eec869 commit 5f6ba91

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.19.2
42+
version: 0.19.1
4343
## Docs: https://docs.elementary-data.com
4444
```
4545
</Step>

elementary/monitor/dbt_project/packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ packages:
22
- package: dbt-labs/dbt_utils
33
version: [">=0.8.0", "<0.9.0"]
44
- package: elementary-data/elementary
5-
version: 0.19.2
5+
version: 0.19.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)
99
#- git: https://github.com/elementary-data/dbt-data-reliability.git
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.19.2
13+
# version: 0.19.1

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.19.2"
3+
version = "0.19.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)