From 7f01ebaae80d2c406afa3aad6346c3ff41972286 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2025 03:10:16 +0000 Subject: [PATCH] release: 1.70.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- src/julep/_version.py | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ba5cbfb..afe29fa 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.70.0" + ".": "1.70.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index fa094a5..c56f291 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.70.1 (2025-02-28) + +Full Changelog: [v1.70.0...v1.70.1](/~https://github.com/julep-ai/python-sdk/compare/v1.70.0...v1.70.1) + +### Documentation + +* update URLs from stainlessapi.com to stainless.com ([#320](/~https://github.com/julep-ai/python-sdk/issues/320)) ([fc1f8bc](/~https://github.com/julep-ai/python-sdk/commit/fc1f8bca544087862bace8cd45ce3dd47acfa21c)) + ## 1.70.0 (2025-02-27) Full Changelog: [v1.69.0...v1.70.0](/~https://github.com/julep-ai/python-sdk/compare/v1.69.0...v1.70.0) diff --git a/pyproject.toml b/pyproject.toml index 4b9ffd9..91838a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "julep" -version = "1.70.0" +version = "1.70.1" description = "The official Python library for the julep API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/julep/_version.py b/src/julep/_version.py index 109ae01..43f11f0 100644 --- a/src/julep/_version.py +++ b/src/julep/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "julep" -__version__ = "1.70.0" # x-release-please-version +__version__ = "1.70.1" # x-release-please-version