Skip to content

Commit

Permalink
Release 0.3.0 (#87)
Browse files Browse the repository at this point in the history
* Update dependencies

* Bump version to 0.3.0

* Documentation links

* Upd homepage
  • Loading branch information
kukushking committed Apr 12, 2022
1 parent c29a98e commit 1f2a482
Show file tree
Hide file tree
Showing 12 changed files with 565 additions and 530 deletions.
4 changes: 2 additions & 2 deletions cli/aws_ddk/__metadata__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"""Metadata Module.
Source repository: https://github.com/awslabs/aws-ddk
Documentation: TBD
Documentation: https://awslabs.github.io/aws-ddk/
"""

__version__: str = "0.2.1"
__version__: str = "0.3.0"
__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.2.1",
"ddk_version": "0.3.0",
"python_executable": "python3",
"cdk_version_constraint": "2.20.0",
"constructs_version_constraint": ">=10.0.0,<11.0.0"
Expand Down
232 changes: 116 additions & 116 deletions cli/poetry.lock

Large diffs are not rendered by default.

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.2.1"
version = "0.3.0"
description = "AWS DataOps Development Kit - CLI"
authors = [
"AWS Professional Services <aws-proserve-opensource@amazon.com>"
Expand Down
4 changes: 2 additions & 2 deletions core/aws_ddk_core/__metadata__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"""Metadata Module.
Source repository: https://github.com/awslabs/aws-ddk
Documentation: TBD
Documentation: https://awslabs.github.io/aws-ddk/
"""

__version__: str = "0.2.1"
__version__: str = "0.3.0"
__title__: str = "aws_ddk_core"
__description__: str = "AWS DataOps Development Kit - Core"
__license__: str = "Apache-2.0"
50 changes: 33 additions & 17 deletions core/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.2.1"
version = "0.3.0"
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.2.0"
release = "0.3.0"


# -- 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.2.0"
release = "0.3.0"


# -- General configuration ---------------------------------------------------
Expand Down
Loading

0 comments on commit 1f2a482

Please sign in to comment.