Skip to content

Commit

Permalink
Fix JSON schema (#46)
Browse files Browse the repository at this point in the history
* Fix JSON schema

* bump version v24.28.0 -> v24.28.1
  • Loading branch information
adammcdonagh authored Jul 11, 2024
1 parent 56d7468 commit 4383209
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v24.28.1

- Fix error in JSON schema for Lambda protocol

## v24.28.0

- Update Lambda protocol to allow overriding default `read_timeout¦ value from 60 seconds. This is needed when executing long running Lambda functions
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "otf-addons-aws"
version = "v24.28.0"
version = "v24.28.1"
authors = [{ name = "Adam McDonagh", email = "adam@elitemonkey.net" }]
license = { text = "GPLv3" }
classifiers = [
Expand Down Expand Up @@ -53,7 +53,7 @@ dev = [
profile = 'black'

[tool.bumpver]
current_version = "v24.28.0"
current_version = "v24.28.1"
version_pattern = "vYY.WW.PATCH[-TAG]"
commit_message = "bump version {old_version} -> {new_version}"
commit = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"type": "string"
},
"botocoreReadTimeout": {
"type": "int"
"type": "integer"
}
},
"required": ["name"],
Expand Down

0 comments on commit 4383209

Please sign in to comment.