Skip to content

Commit

Permalink
Release 0.19.5 (#3824)
Browse files Browse the repository at this point in the history
* Bump kedro version to 0.19.5

Signed-off-by: Ankita Katiyar <[email protected]>

* Update the date on citation.cff

Signed-off-by: Ankita Katiyar <[email protected]>

---------

Signed-off-by: Ankita Katiyar <[email protected]>
  • Loading branch information
ankatiyar committed Apr 22, 2024
1 parent 144323a commit 2179657
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ authors:
- family-names: Brugman
given-names: Simon
title: Kedro
version: 0.19.4
date-released: 2024-04-17
version: 0.19.5
date-released: 2024-04-22
url: https://github.com/kedro-org/kedro
13 changes: 11 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Upcoming Release 0.19.5
# Upcoming Release 0.19.6

## Major features and improvements

Expand All @@ -7,10 +7,19 @@
## Breaking changes to the API

## Documentation changes
* Updated the documentation for deploying a Kedro project with Astronomer Airflow.

## Community contributions


# Release 0.19.5

## Bug fixes and other changes
* Fixed breaking import issue when working on a project with `kedro-viz` on python 3.8.

## Documentation changes
* Updated the documentation for deploying a Kedro project with Astronomer Airflow.
* Used `kedro-sphinx-theme` for documentation.

# Release 0.19.4

## Major features and improvements
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.4
v0.19.5
Kedro is a Python framework for
creating reproducible, maintainable
Expand Down
1 change: 1 addition & 0 deletions docs/source/robots.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
User-agent: *
Disallow: /
Allow: /en/stable/
Allow: /en/0.19.5/
Allow: /en/0.19.4/
Allow: /en/0.19.3/
Allow: /en/0.19.2/
Expand Down
2 changes: 1 addition & 1 deletion kedro/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import sys
import warnings

__version__ = "0.19.4"
__version__ = "0.19.5"


class KedroDeprecationWarning(DeprecationWarning):
Expand Down

0 comments on commit 2179657

Please sign in to comment.