Skip to content

Commit 3140b05

Browse files
authored
Murads/0.3.2 (#126)
* Update manifest.yml * Update pyproject.toml
1 parent 74b0d05 commit 3140b05

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

manifest.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,13 @@ artifacts:
2121
# A list of releases, when running the release script only the entry matching the
2222
# provided version is used.
2323
versions:
24+
"0.3.2":
25+
description: "Documentation update."
26+
changelog:
27+
added:
28+
- "Update config documentation"
2429
"0.3.1":
25-
description: "Documentation upadte."
30+
description: "Documentation update."
2631
changelog:
2732
added:
2833
- "Update config documentation"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
[tool.poetry]
33
name = "cdf_fabric_replicator"
4-
version = "0.3.1"
4+
version = "0.3.2"
55
description = "Stream data from CDF to Fabric/Onelake"
66
authors = ["Murad Saeter <murad.sater@cognite.com>"]
77

0 commit comments

Comments
 (0)