Skip to content

Commit 234bc8d

Browse files
release: 2.18.0
1 parent 57d652e commit 234bc8d

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-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-
".": "2.17.1"
2+
".": "2.18.0"
33
}

CHANGELOG.md

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

3+
## 2.18.0 (2025-07-11)
4+
5+
Full Changelog: [v2.17.1...v2.18.0](https://github.com/julep-ai/python-sdk/compare/v2.17.1...v2.18.0)
6+
7+
### Features
8+
9+
* **api:** api update ([4f4d574](https://github.com/julep-ai/python-sdk/commit/4f4d5740da2bc1344a597fec84de4261ee7b25ca))
10+
11+
12+
### Chores
13+
14+
* **readme:** fix version rendering on pypi ([5e9d64d](https://github.com/julep-ai/python-sdk/commit/5e9d64d80a56c3f28048c4e4c66de465ffa4ee0f))
15+
316
## 2.17.1 (2025-07-10)
417

518
Full Changelog: [v2.17.0...v2.17.1](https://github.com/julep-ai/python-sdk/compare/v2.17.0...v2.17.1)

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 = "2.17.1"
3+
version = "2.18.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__ = "2.17.1" # x-release-please-version
4+
__version__ = "2.18.0" # x-release-please-version

0 commit comments

Comments
 (0)