Skip to content

Commit 8605b11

Browse files
chore(release): 1.20.0 [skip ci]
# [1.20.0](v1.19.0...v1.20.0) (2026-02-01) ### Features * sets up contributing and github docs (fn-43) ([#111](#111)) ([4015460](4015460))
1 parent 4015460 commit 8605b11

8 files changed

Lines changed: 14 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.20.0](https://github.com/bordumb/dataing/compare/v1.19.0...v1.20.0) (2026-02-01)
2+
3+
4+
### Features
5+
6+
* sets up contributing and github docs (fn-43) ([#111](https://github.com/bordumb/dataing/issues/111)) ([4015460](https://github.com/bordumb/dataing/commit/40154608e9f0ac7c2cadf6a09fd8ac721d3b8225))
7+
18
# [1.19.0](https://github.com/bordumb/dataing/compare/v1.18.0...v1.19.0) (2026-02-01)
29

310

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "dataing"
3-
version = "1.19.0"
3+
version = "1.20.0"
44
description = "Autonomous Data Quality Investigation - Community Edition"
55
readme = "README.md"
66
requires-python = ">=3.11"

python-packages/dataing-cli/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "dataing-cli"
3-
version = "1.19.0"
3+
version = "1.20.0"
44
description = "Command-line interface for Dataing - data quality investigation platform"
55
readme = "README.md"
66
requires-python = ">=3.10"

python-packages/dataing-ee/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "dataing-ee"
3-
version = "1.19.0"
3+
version = "1.20.0"
44
description = "Autonomous Data Quality Investigation - Enterprise Edition"
55
requires-python = ">=3.11"
66
license = { text = "Proprietary" }

python-packages/dataing-meta/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "dataing"
3-
version = "1.19.0"
3+
version = "1.20.0"
44
description = "Dataing - Autonomous Data Quality Investigation (meta-package)"
55
readme = "README.md"
66
requires-python = ">=3.10"

python-packages/dataing-notebook/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "dataing-notebook"
3-
version = "1.19.0"
3+
version = "1.20.0"
44
description = "Dataing notebook extension with IPython magics"
55
readme = "README.md"
66
requires-python = ">=3.10"

python-packages/dataing-sdk/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "dataing-sdk"
3-
version = "1.19.0"
3+
version = "1.20.0"
44
description = "Python SDK for Dataing - data quality investigation platform"
55
readme = "README.md"
66
requires-python = ">=3.10"

python-packages/dataing/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "dataing"
3-
version = "1.19.0"
3+
version = "1.20.0"
44
description = "Autonomous Data Quality Investigation - Community Edition"
55
readme = "../../README.md"
66
requires-python = ">=3.11"

0 commit comments

Comments
 (0)