Skip to content

Commit

Permalink
Bump version to 0.19.11 (#4447)
Browse files Browse the repository at this point in the history
* Bump version to 0.19.11

Signed-off-by: Laura Couto <[email protected]>

* Update version on commands reference doc file

Signed-off-by: Laura Couto <[email protected]>

* Update CITATION.cff

Co-authored-by: Merel Theisen <[email protected]>
Signed-off-by: L. R. Couto <[email protected]>

* Remove redundant lines from release notes

Signed-off-by: Laura Couto <[email protected]>

---------

Signed-off-by: Laura Couto <[email protected]>
Signed-off-by: L. R. Couto <[email protected]>
Co-authored-by: Merel Theisen <[email protected]>
  • Loading branch information
lrcouto and merelcht authored Jan 29, 2025
1 parent a098829 commit 6d89ace
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ authors:
- family-names: Brugman
given-names: Simon
title: Kedro
version: 0.19.10
date-released: 2024-11-26
version: 0.19.11
date-released: 2025-01-29
url: https://github.com/kedro-org/kedro
10 changes: 7 additions & 3 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Upcoming Release

## Major features and improvements
## Bug fixes and other changes
## Breaking changes to the API
## Documentation changes

# Release 0.19.11

## Major features and improvements
* Implemented `KedroDataCatalog.to_config()` method that converts the catalog instance into a configuration format suitable for serialization.
* Improve OmegaConfigLoader performance.
Expand All @@ -19,9 +26,6 @@
* Fixed `KedroDataCatalog` mutation after pipeline run.
* Made `KedroDataCatalog._datasets` compatible with `DataCatalog._datasets`.

## Breaking changes to the API
## Documentation changes

## Community contributions
Many thanks to the following Kedroids for contributing PRs to this release:
* [Hendrik Scherner](https://github.com/SchernHe)
Expand Down
2 changes: 1 addition & 1 deletion docs/source/development/commands_reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Returns output similar to the following, depending on the version of Kedro used
| |/ / _ \/ _` | '__/ _ \
| < __/ (_| | | | (_) |
|_|\_\___|\__,_|_| \___/
v0.19.10
v0.19.11
Kedro is a Python framework for
creating reproducible, maintainable
Expand Down
2 changes: 1 addition & 1 deletion kedro/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import sys
import warnings

__version__ = "0.19.10"
__version__ = "0.19.11"


class KedroDeprecationWarning(DeprecationWarning):
Expand Down

0 comments on commit 6d89ace

Please sign in to comment.