Skip to content

Commit

Permalink
Release 0.5.1 (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
kukushking committed Jun 23, 2022
1 parent c31f2b0 commit d68fa67
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion cli/aws_ddk/__metadata__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
Documentation: https://awslabs.github.io/aws-ddk/
"""

__version__: str = "0.5.0"
__version__: str = "0.5.1"
__title__: str = "aws_ddk"
__description__: str = "AWS DataOps Development Kit - CLI"
__license__: str = "Apache-2.0"
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"package_name": "ddk_app",
"stack_file_name": "ddk_app_stack",
"stack_name": "DdkApplicationStack",
"ddk_version": "0.5.0",
"ddk_version": "0.5.1",
"python_executable": "python3",
"cdk_version_constraint": "2.29.0",
"constructs_version_constraint": ">=10.0.0,<11.0.0"
Expand Down
2 changes: 1 addition & 1 deletion cli/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "aws-ddk"
version = "0.5.0"
version = "0.5.1"
description = "AWS DataOps Development Kit - CLI"
authors = [
"AWS Professional Services <aws-proserve-opensource@amazon.com>"
Expand Down
2 changes: 1 addition & 1 deletion core/aws_ddk_core/__metadata__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
Documentation: https://awslabs.github.io/aws-ddk/
"""

__version__: str = "0.5.0"
__version__: str = "0.5.1"
__title__: str = "aws_ddk_core"
__description__: str = "AWS DataOps Development Kit - Core"
__license__: str = "Apache-2.0"
2 changes: 1 addition & 1 deletion core/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "aws-ddk-core"
version = "0.5.0"
version = "0.5.1"
description = "AWS DataOps Development Kit - Core"
authors = [
"AWS Professional Services <aws-proserve-opensource@amazon.com>"
Expand Down
2 changes: 1 addition & 1 deletion docs/_site/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
project = "AWS DDK"
copyright = "2022, AWS"
author = "AWS Professional Services"
release = "0.5.0"
release = "0.5.1"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
project = "AWS DDK"
copyright = "2022, AWS"
author = "AWS Professional Services"
release = "0.5.0"
release = "0.5.1"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "aws-ddk-dev"
version = "0.5.0"
version = "0.5.1"
description = "AWS DataOps Development Kit"
authors = [
"AWS Professional Services <aws-proserve-opensource@amazon.com>"
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.5.0
current_version = 0.5.1
commit = False
tag = False
tag_name = {new_version}
Expand Down

0 comments on commit d68fa67

Please sign in to comment.