diff --git a/kedro-docker/RELEASE.md b/kedro-docker/RELEASE.md index dfba015e9..f81181579 100644 --- a/kedro-docker/RELEASE.md +++ b/kedro-docker/RELEASE.md @@ -1,13 +1,15 @@ # Upcoming Release + +# Release 0.6.2 + ## Major features and improvements * Added support for Python 3.13 * Removed support for python 3.8 * Switch dependency management to `uv`. ## Thanks for supporting contributions -[Felix Scherz](https://github.com/felixscherz) -[Minura Punchihewa](https://github.com/MinuraPunchihewa) - +* [Felix Scherz](https://github.com/felixscherz) +* [Minura Punchihewa](https://github.com/MinuraPunchihewa) # Release 0.6.1 * Unpinned pip version requirement diff --git a/kedro-docker/kedro_docker/__init__.py b/kedro-docker/kedro_docker/__init__.py index 95b77ddf9..6c5936939 100644 --- a/kedro-docker/kedro_docker/__init__.py +++ b/kedro-docker/kedro_docker/__init__.py @@ -1,3 +1,3 @@ """Kedro plugin for packaging a project with Docker.""" -__version__ = "0.6.1" +__version__ = "0.6.2"