Skip to content

Commit 39ba256

Browse files
release: 2.16.0
1 parent 8099f90 commit 39ba256

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.15.2"
2+
".": "2.16.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.16.0 (2025-07-02)
4+
5+
Full Changelog: [v2.15.2...v2.16.0](https://github.com/julep-ai/python-sdk/compare/v2.15.2...v2.16.0)
6+
7+
### Features
8+
9+
* **api:** api update ([0bfe13d](https://github.com/julep-ai/python-sdk/commit/0bfe13dcc3e35982bc17ae5394813f57a3d03177))
10+
11+
12+
### Chores
13+
14+
* **ci:** change upload type ([3d79847](https://github.com/julep-ai/python-sdk/commit/3d79847232a02c8bff65a20fbad92192d9fa8846))
15+
316
## 2.15.2 (2025-06-30)
417

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

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.15.2"
3+
version = "2.16.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.15.2" # x-release-please-version
4+
__version__ = "2.16.0" # x-release-please-version

0 commit comments

Comments
 (0)