Skip to content

Commit 4fab711

Browse files
committed
release: 0.5.5
1 parent 1b18856 commit 4fab711

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.5.4"
2+
".": "0.5.5"
33
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 0.5.5 (2023-11-24)
4+
5+
Full Changelog: [v0.5.4...v0.5.5](https://github.com/anthropics/anthropic-bedrock-python/compare/v0.5.4...v0.5.5)
6+
7+
### Chores
8+
9+
* **internal:** revert recent options change ([#73](https://github.com/anthropics/anthropic-bedrock-python/issues/73)) ([ddff306](https://github.com/anthropics/anthropic-bedrock-python/commit/ddff3062dde2e0a40856a7fb3d892a41ac19c09e))
10+
* **internal:** send more detailed x-stainless headers ([#75](https://github.com/anthropics/anthropic-bedrock-python/issues/75)) ([654604e](https://github.com/anthropics/anthropic-bedrock-python/commit/654604eb04a6e85b402c4c3712a26fa738582ff6))
11+
312
## 0.5.4 (2023-11-23)
413

514
Full Changelog: [v0.5.3...v0.5.4](https://github.com/anthropics/anthropic-bedrock-python/compare/v0.5.3...v0.5.4)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "anthropic-bedrock"
3-
version = "0.5.4"
3+
version = "0.5.5"
44
description = "The official Python library for the anthropic-bedrock API"
55
readme = "README.md"
66
license = "MIT"

src/anthropic_bedrock/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless.
22

33
__title__ = "anthropic_bedrock"
4-
__version__ = "0.5.4" # x-release-please-version
4+
__version__ = "0.5.5" # x-release-please-version

0 commit comments

Comments
 (0)