Skip to content

Commit

Permalink
Release 0.19.2 (#3517)
Browse files Browse the repository at this point in the history
* update release

Signed-off-by: Sajid Alam <[email protected]>

* Update RELEASE.md

Co-authored-by: Merel Theisen <[email protected]>
Signed-off-by: Sajid Alam <[email protected]>

* make cookiecutter_args fixture class level

Signed-off-by: Sajid Alam <[email protected]>

* Update RELEASE.md

Signed-off-by: Sajid Alam <[email protected]>

* Update CITATION.cff

Signed-off-by: Sajid Alam <[email protected]>

---------

Signed-off-by: Sajid Alam <[email protected]>
Signed-off-by: Sajid Alam <[email protected]>
Co-authored-by: Merel Theisen <[email protected]>
  • Loading branch information
SajidAlamQB and merelcht committed Jan 22, 2024
1 parent db31ee6 commit 1927f9b
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ authors:
- family-names: Theisen
given-names: Merel
title: Kedro
version: 0.19.1
date-released: 2023-12-13
version: 0.19.2
date-released: 2024-01-22
url: https://github.com/kedro-org/kedro
14 changes: 11 additions & 3 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
# Upcoming Release 0.19.2
# Upcoming Release 0.19.3

## Major features and improvements

## Bug fixes and other changes

## Breaking changes to the API

## Documentation changes

## Community contributions

# Release 0.19.2

## Bug fixes and other changes
* Removed example pipeline requirements when examples are not selected in `tools`.
* Allowed modern versions of JupyterLab and Jupyter Notebooks.
Expand All @@ -18,8 +28,6 @@
* Added documentation about `bootstrap_project` and `configure_project`.
* Added documentation about `kedro run` and hook execution order.

## Community contributions

# Release 0.19.1

## Bug fixes and other changes
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.1
v0.19.2
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
Expand Up @@ -2,6 +2,7 @@ User-agent: *
Disallow: /
Allow: /en/stable/
Allow: /en/latest/
Allow: /en/0.19.2/
Allow: /en/0.19.1/
Allow: /en/0.19.0/
Allow: /en/0.18.5/
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.1"
__version__ = "0.19.2"


class KedroDeprecationWarning(DeprecationWarning):
Expand Down

0 comments on commit 1927f9b

Please sign in to comment.