Skip to content

Commit f15e438

Browse files
release: 1.54.0
1 parent 903d46a commit f15e438

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-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-
".": "1.53.0"
2+
".": "1.54.0"
33
}

CHANGELOG.md

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

3+
## 1.54.0 (2025-01-16)
4+
5+
Full Changelog: [v1.53.0...v1.54.0](https://github.com/julep-ai/python-sdk/compare/v1.53.0...v1.54.0)
6+
7+
### Features
8+
9+
* **api:** api update ([#249](https://github.com/julep-ai/python-sdk/issues/249)) ([467b9e8](https://github.com/julep-ai/python-sdk/commit/467b9e803f4b5e2f5377ae84c73b14c607a8f969))
10+
* **api:** api update ([#250](https://github.com/julep-ai/python-sdk/issues/250)) ([8b27a43](https://github.com/julep-ai/python-sdk/commit/8b27a4366a2ac9562ed7357ccd753a9f33d1f7a3))
11+
* **api:** Switch default environment to production ([#247](https://github.com/julep-ai/python-sdk/issues/247)) ([d81da34](https://github.com/julep-ai/python-sdk/commit/d81da34aea281c01fd0e933f17d01c2c01e53a42))
12+
* **api:** Switch default environment to production ([#251](https://github.com/julep-ai/python-sdk/issues/251)) ([a058b47](https://github.com/julep-ai/python-sdk/commit/a058b471ef493da954ec4de960dc625bbeb0f71e))
13+
314
## 1.53.0 (2025-01-14)
415

516
Full Changelog: [v1.52.0...v1.53.0](https://github.com/julep-ai/python-sdk/compare/v1.52.0...v1.53.0)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "julep"
3-
version = "1.53.0"
3+
version = "1.54.0"
44
description = "The official Python library for the julep API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/julep/_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. See CONTRIBUTING.md for details.
22

33
__title__ = "julep"
4-
__version__ = "1.53.0" # x-release-please-version
4+
__version__ = "1.54.0" # x-release-please-version

0 commit comments

Comments
 (0)