From 12ac3f437868639a79f7dd9b33d7ccbd0d2c722a Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 22:21:36 +0000 Subject: [PATCH] release: 0.39.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ pyproject.toml | 2 +- src/anthropic/_version.py | 2 +- 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1b5dc400..111418f4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.39.0" + ".": "0.39.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 8136f860..d2dbafeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 0.39.1 (2024-11-07) + +Full Changelog: [v0.39.0...v0.39.1](https://github.com/anthropics/anthropic-sdk-python/compare/v0.39.0...v0.39.1) + +### Features + +* Update CHANGELOG.md ([#741](https://github.com/anthropics/anthropic-sdk-python/issues/741)) ([bdfe93f](https://github.com/anthropics/anthropic-sdk-python/commit/bdfe93f4fbc02d634f3991ea48908eec68953d16)) + + +### Chores + +* **tests:** adjust retry timeout values ([#736](https://github.com/anthropics/anthropic-sdk-python/issues/736)) ([1f60ca9](https://github.com/anthropics/anthropic-sdk-python/commit/1f60ca9fb666f66356dc016892b2c128fb138845)) + ## 0.39.0 (2024-11-04) Full Changelog: [v0.38.0...v0.39.0](https://github.com/anthropics/anthropic-sdk-python/compare/v0.38.0...v0.39.0) diff --git a/pyproject.toml b/pyproject.toml index e158942e..b06e2c07 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "anthropic" -version = "0.39.0" +version = "0.39.1" description = "The official Python library for the anthropic API" dynamic = ["readme"] license = "MIT" diff --git a/src/anthropic/_version.py b/src/anthropic/_version.py index 6058eb3b..00220126 100644 --- a/src/anthropic/_version.py +++ b/src/anthropic/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "anthropic" -__version__ = "0.39.0" # x-release-please-version +__version__ = "0.39.1" # x-release-please-version