Skip to content

Commit b9d02f5

Browse files
author
Bob Strahan
committed
v0.3.6
1 parent 900fe62 commit b9d02f5

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

CHANGELOG.md

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

1010
### Fixed
1111
- Update Athena/Glue table configuration to use Parquet format instead of JSON #20
12-
- Unable to delete all features from textract features #18
1312
- Cloudformation Error when Changing Evaluation Bucket Name #19
1413

1514
### Added

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.6-alpha
1+
0.3.6

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.5"
11+
version = "0.3.6"
1212
description = "Common utilities for GenAI IDP Accelerator patterns"
1313
authors = [
1414
{name = "AWS", email = "[email protected]"}

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.5",
94+
version="0.3.6",
9595
packages=find_packages(
9696
exclude=[
9797
"build",

0 commit comments

Comments
 (0)