Skip to content

Commit ae6bdb4

Browse files
release: 0.1.0-alpha.4
1 parent 1ab1a4e commit ae6bdb4

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-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-
".": "0.1.0-alpha.3"
2+
".": "0.1.0-alpha.4"
33
}

CHANGELOG.md

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

3+
## 0.1.0-alpha.4 (2025-01-21)
4+
5+
Full Changelog: [v0.1.0-alpha.3...v0.1.0-alpha.4](https://github.com/cleanlab/codex-python/compare/v0.1.0-alpha.3...v0.1.0-alpha.4)
6+
7+
### Bug Fixes
8+
9+
* **tests:** make test_get_platform less flaky ([#26](https://github.com/cleanlab/codex-python/issues/26)) ([d192517](https://github.com/cleanlab/codex-python/commit/d1925178d12c441e58cd36c210158ad9d07ee4dd))
10+
11+
12+
### Chores
13+
14+
* **internal:** avoid pytest-asyncio deprecation warning ([#27](https://github.com/cleanlab/codex-python/issues/27)) ([1ab1a4e](https://github.com/cleanlab/codex-python/commit/1ab1a4ebd7b1bdf27847ce74a6c9aad630c0261c))
15+
16+
17+
### Documentation
18+
19+
* **raw responses:** fix duplicate `the` ([#24](https://github.com/cleanlab/codex-python/issues/24)) ([ddeaa6d](https://github.com/cleanlab/codex-python/commit/ddeaa6db67dbf992ff0630d5b7c03848db41d751))
20+
321
## 0.1.0-alpha.3 (2025-01-17)
422

523
Full Changelog: [v0.1.0-alpha.2...v0.1.0-alpha.3](https://github.com/cleanlab/codex-python/compare/v0.1.0-alpha.2...v0.1.0-alpha.3)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "codex-sdk"
3-
version = "0.1.0-alpha.3"
3+
version = "0.1.0-alpha.4"
44
description = "The official Python library for the Codex API"
55
dynamic = ["readme"]
66
license = "MIT"

src/codex/_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__ = "codex"
4-
__version__ = "0.1.0-alpha.3" # x-release-please-version
4+
__version__ = "0.1.0-alpha.4" # x-release-please-version

0 commit comments

Comments
 (0)