Skip to content

Commit a6c8629

Browse files
build(telemetry): Release 0.6.3 (#1089)
Added release notes and updated version Signed-off-by: Elena Khaustova <[email protected]>
1 parent 84a88e1 commit a6c8629

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

kedro-telemetry/RELEASE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Upcoming release
2+
3+
# Release 0.6.3
24
* Updated catalog API usage to comply with both new and old catalogs.
35

46
# Release 0.6.2

kedro-telemetry/kedro_telemetry/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Kedro plugin for collecting Kedro usage data."""
22

3-
__version__ = "0.6.2"
3+
__version__ = "0.6.3"
44

55
import logging
66

0 commit comments

Comments
 (0)