Skip to content

Commit

Permalink
release: 1.55.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Jan 21, 2025
1 parent 89e67e6 commit e5fe939
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.55.0"
".": "1.55.1"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## 1.55.1 (2025-01-21)

Full Changelog: [v1.55.0...v1.55.1](https://github.com/julep-ai/python-sdk/compare/v1.55.0...v1.55.1)

### Bug Fixes

* **tests:** make test_get_platform less flaky ([#260](https://github.com/julep-ai/python-sdk/issues/260)) ([1ae47e0](https://github.com/julep-ai/python-sdk/commit/1ae47e01d6353582097f8c2635cd0492b4ad72e7))


### Chores

* **internal:** codegen related update ([#256](https://github.com/julep-ai/python-sdk/issues/256)) ([af7f193](https://github.com/julep-ai/python-sdk/commit/af7f193c4c129f1df40f09136d94e724513de26f))
* **internal:** codegen related update ([#258](https://github.com/julep-ai/python-sdk/issues/258)) ([f705d27](https://github.com/julep-ai/python-sdk/commit/f705d275e5e829ae47d37723067458337a07452d))


### Documentation

* **raw responses:** fix duplicate `the` ([#259](https://github.com/julep-ai/python-sdk/issues/259)) ([06a6a4b](https://github.com/julep-ai/python-sdk/commit/06a6a4beff581a7e501bb3f812dfdd852dc0f977))

## 1.55.0 (2025-01-16)

Full Changelog: [v1.54.0...v1.55.0](https://github.com/julep-ai/python-sdk/compare/v1.54.0...v1.55.0)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "julep"
version = "1.55.0"
version = "1.55.1"
description = "The official Python library for the julep API"
dynamic = ["readme"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/julep/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

__title__ = "julep"
__version__ = "1.55.0" # x-release-please-version
__version__ = "1.55.1" # x-release-please-version

0 comments on commit e5fe939

Please sign in to comment.