Skip to content

Commit

Permalink
Release 0.2.3 (#38)
Browse files Browse the repository at this point in the history
* 🚀 Bump version and CHANGELOG for release 0.2.3 (#38)
---------
Co-authored-by: Takieddine Kadiri <[email protected]>
  • Loading branch information
github-actions[bot] authored Nov 15, 2024
1 parent d18655a commit 26ee6b2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## [Unreleased]

## [0.2.3] - 2024-11-15

### Added

- ✨ enable running kedro boot commands from packaged projects

## [0.2.2] - 2024-04-21

### Added
Expand Down Expand Up @@ -46,7 +52,9 @@
- :tada: Add `boot_session` utility that create a `KedroBootSession` inside a external standalone App
- :tada: Add `AppPipeline` and its `app_pipeline` factory for declaring and registring application views on top of kedro pipelines

[Unreleased]: https://github.com/takikadiri/kedro-boot/compare/0.2.2...HEAD
[Unreleased]: https://github.com/takikadiri/kedro-boot/compare/0.2.3...HEAD

[0.2.3]: https://github.com/takikadiri/kedro-boot/compare/0.2.2...0.2.3

[0.2.2]: https://github.com/takikadiri/kedro-boot/compare/0.2.1...0.2.2

Expand Down
2 changes: 1 addition & 1 deletion kedro_boot/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Kedro Boot is a Kedro plugin that streamlines the integration between Kedro projects and external applications."""

__version__ = "0.2.2"
__version__ = "0.2.3"

import logging

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.2
current_version = 0.2.3

[bumpversion:file:setup.py]

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def _parse_requirements(path, encoding="utf-8"):

setup(
name="kedro-boot",
version="0.2.2",
version="0.2.3",
description="A kedro plugin that streamlines the integration between Kedro projects and external applications, making it easier for you to develop production-ready data science applications.",
license="Apache Software License (Apache 2.0)",
long_description=README,
Expand Down

0 comments on commit 26ee6b2

Please sign in to comment.