Skip to content

Commit f18cc35

Browse files
Release Kedro 1.0.0 (#5000)
* Updated version Signed-off-by: Elena Khaustova <[email protected]> * Updated release notes Signed-off-by: Elena Khaustova <[email protected]> --------- Signed-off-by: Elena Khaustova <[email protected]>
1 parent cb36d23 commit f18cc35

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ authors:
4848
- family-names: Ko
4949
given-names: Elijah
5050
title: Kedro
51-
version: 1.0.0rc3
52-
date-released: 2025-07-21
51+
version: 1.0.0
52+
date-released: 2025-07-22
5353
url: https://github.com/kedro-org/kedro

RELEASE.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
# Upcoming Release 1.0.0
1+
# Upcoming Release
2+
## Major features and improvements
3+
## Bug fixes and other changes
4+
## Community contributions
5+
6+
# Release 1.0.0
27
## Major features and improvements
38

49
### Data Catalog

kedro/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import sys
1414
import warnings
1515

16-
__version__ = "1.0.0rc3"
16+
__version__ = "1.0.0"
1717

1818

1919
class KedroDeprecationWarning(DeprecationWarning):

0 commit comments

Comments
 (0)