Skip to content

Commit b53c3c7

Browse files
release: 1.77.0
1 parent 685507f commit b53c3c7

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-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.76.1"
2+
".": "1.77.0"
33
}

CHANGELOG.md

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

3+
## 1.77.0 (2025-03-18)
4+
5+
Full Changelog: [v1.76.1...v1.77.0](https://github.com/julep-ai/python-sdk/compare/v1.76.1...v1.77.0)
6+
7+
### Features
8+
9+
* **api:** api update ([#351](https://github.com/julep-ai/python-sdk/issues/351)) ([dd7391b](https://github.com/julep-ai/python-sdk/commit/dd7391bbca5ebb118789b450ff1e8f5f8db68759))
10+
11+
12+
### Bug Fixes
13+
14+
* **ci:** ensure pip is always available ([#348](https://github.com/julep-ai/python-sdk/issues/348)) ([d70c95e](https://github.com/julep-ai/python-sdk/commit/d70c95eb556afad91a7d7b6daa1c6838934f85d6))
15+
* **ci:** remove publishing patch ([#350](https://github.com/julep-ai/python-sdk/issues/350)) ([363ed70](https://github.com/julep-ai/python-sdk/commit/363ed708f34b01b1e7f30ba7a009dbb5d4401e73))
16+
317
## 1.76.1 (2025-03-15)
418

519
Full Changelog: [v1.76.0...v1.76.1](https://github.com/julep-ai/python-sdk/compare/v1.76.0...v1.76.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 = "1.76.1"
3+
version = "1.77.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.76.1" # x-release-please-version
4+
__version__ = "1.77.0" # x-release-please-version

0 commit comments

Comments
 (0)