Skip to content

Commit

Permalink
update version to 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cnfait committed Oct 2, 2024
1 parent e470864 commit 24f7c3f
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ underline=$(tput smul)
notunderline=$(tput rmul)
notbold=$(tput sgr0)

version () { echo "awssdlf/2.5.0"; }
version () { echo "awssdlf/2.6.0"; }

usage () { echo "
--version -- Prints the SDLF version
Expand Down
2 changes: 1 addition & 1 deletion sdlf-dataset/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sdlf.dataset"
version = "2.5.0"
version = "2.6.0"
description = "AWS Serverless Data Lake Framework"
authors = ["Amazon Web Services"]
license = "MIT-0"
Expand Down
2 changes: 1 addition & 1 deletion sdlf-foundations/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sdlf.foundations"
version = "2.5.0"
version = "2.6.0"
description = "AWS Serverless Data Lake Framework"
authors = ["Amazon Web Services"]
license = "MIT-0"
Expand Down
2 changes: 1 addition & 1 deletion sdlf-foundations/src/lambda/catalog/src/lambda_function.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from botocore.config import Config
from botocore.exceptions import ClientError

session_config = Config(user_agent_extra="awssdlf/2.5.0")
session_config = Config(user_agent_extra="awssdlf/2.6.0")

logger = logging.getLogger()
logger.setLevel(logging.INFO)
Expand Down
2 changes: 1 addition & 1 deletion sdlf-pipeline/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sdlf.pipeline"
version = "2.5.0"
version = "2.6.0"
description = "AWS Serverless Data Lake Framework"
authors = ["Amazon Web Services"]
license = "MIT-0"
Expand Down
4 changes: 2 additions & 2 deletions sdlf-stage-ecsfargate/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sdlf.stage-ecsfargate"
version = "2.5.0"
version = "2.6.0"
description = "AWS Serverless Data Lake Framework"
authors = ["Amazon Web Services"]
license = "MIT-0"
Expand All @@ -18,7 +18,7 @@ exclude = ["**/*.yaml"]
python = "^3.12"
aws-cdk-lib = "^2.159.1"
constructs = ">=10.0.0,<11.0.0"
sdlf-pipeline = "^2.5.0"
sdlf-pipeline = "^2.6.0"

[build-system]
requires = ["poetry-core"]
Expand Down
4 changes: 2 additions & 2 deletions sdlf-stage-emrserverless/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sdlf.stage-emrserverless"
version = "2.5.0"
version = "2.6.0"
description = "AWS Serverless Data Lake Framework"
authors = ["Amazon Web Services"]
license = "MIT-0"
Expand All @@ -18,7 +18,7 @@ exclude = ["**/*.yaml"]
python = "^3.12"
aws-cdk-lib = "^2.159.1"
constructs = ">=10.0.0,<11.0.0"
sdlf-pipeline = "^2.5.0"
sdlf-pipeline = "^2.6.0"

[build-system]
requires = ["poetry-core"]
Expand Down
4 changes: 2 additions & 2 deletions sdlf-stage-glue/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sdlf.stage-glue"
version = "2.5.0"
version = "2.6.0"
description = "AWS Serverless Data Lake Framework"
authors = ["Amazon Web Services"]
license = "MIT-0"
Expand All @@ -18,7 +18,7 @@ exclude = ["**/*.yaml"]
python = "^3.12"
aws-cdk-lib = "^2.159.1"
constructs = ">=10.0.0,<11.0.0"
sdlf-pipeline = "^2.5.0"
sdlf-pipeline = "^2.6.0"

[build-system]
requires = ["poetry-core"]
Expand Down
4 changes: 2 additions & 2 deletions sdlf-stage-lambda/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sdlf.stage-lambda"
version = "2.5.0"
version = "2.6.0"
description = "AWS Serverless Data Lake Framework"
authors = ["Amazon Web Services"]
license = "MIT-0"
Expand All @@ -18,7 +18,7 @@ exclude = ["**/*.yaml"]
python = "^3.12"
aws-cdk-lib = "^2.159.1"
constructs = ">=10.0.0,<11.0.0"
sdlf-pipeline = "^2.5.0"
sdlf-pipeline = "^2.6.0"

[build-system]
requires = ["poetry-core"]
Expand Down
2 changes: 1 addition & 1 deletion sdlf-team/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sdlf.team"
version = "2.5.0"
version = "2.6.0"
description = "AWS Serverless Data Lake Framework"
authors = ["Amazon Web Services"]
license = "MIT-0"
Expand Down

0 comments on commit 24f7c3f

Please sign in to comment.