Skip to content

Commit

Permalink
Release 0.6.1
Browse files Browse the repository at this point in the history
Signed-off-by: Laura Couto <laurarccouto@gmail.com>
  • Loading branch information
lrcouto committed Sep 30, 2024
1 parent 07b877b commit 6c2f785
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions kedro-docker/RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Upcoming Release

# Release 0.6.1

# Release 0.6.0
## Major features and improvements
* Added support for Python 3.12
Expand Down
2 changes: 1 addition & 1 deletion kedro-docker/kedro_docker/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Kedro plugin for packaging a project with Docker."""

__version__ = "0.6.0"
__version__ = "0.6.1"

0 comments on commit 6c2f785

Please sign in to comment.