Skip to content

Commit fa4409b

Browse files
author
Bob Strahan
committed
Bump version to 0.3.9 and update changelog for bedrock client region fix
1 parent 0b96284 commit fa4409b

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ SPDX-License-Identifier: MIT-0
99

1010
- Updated lending_package.pdf sample with more realistic driver's license image
1111

12-
### Added
12+
### Fixed
13+
- Issue #27 - removed idp_common bedrock client region default to us-west-2 - PR #28
14+
15+
1316

1417
## [0.3.8]
1518

lib/idp_common_pkg/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ exclude = ["build", "build.*", "*build", "*build.*", "*.build", "*.build.*", "**
88

99
[project]
1010
name = "idp_common"
11-
version = "0.3.8"
11+
version = "0.3.9"
1212
description = "Common utilities for GenAI IDP Accelerator patterns"
1313
authors = [
1414
{name = "AWS", email = "noreply@amazon.com"}

lib/idp_common_pkg/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191

9292
setup(
9393
name="idp_common",
94-
version="0.3.8",
94+
version="0.3.9",
9595
packages=find_packages(
9696
exclude=[
9797
"build",

0 commit comments

Comments
 (0)