Skip to content

Commit 0a7a15d

Browse files
chore: release v1.21.0-beta.3
1 parent 3de4dd9 commit 0a7a15d

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

app/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.21.0-beta.2" # x-release-please-version
1+
__version__ = "1.21.0-beta.3" # x-release-please-version
22
__all__ = ["app", "__version__"]
33

44

deploy/helm/codex-lb/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ description: >-
44
Production-grade Helm chart for codex-lb — OpenAI API load balancer with usage
55
tracking, account pooling, and observability
66
type: application
7-
version: 1.21.0-beta.2
8-
appVersion: 1.21.0-beta.2
7+
version: 1.21.0-beta.3
8+
appVersion: 1.21.0-beta.3
99
kubeVersion: '>=1.32.0-0'
1010
home: https://github.com/soju06/codex-lb
1111
sources:

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "frontend",
33
"private": true,
4-
"version": "1.21.0-beta.2",
4+
"version": "1.21.0-beta.3",
55
"type": "module",
66
"packageManager": "bun@1.3.14",
77
"scripts": {

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-lb"
3-
version = "1.21.0-beta.2"
3+
version = "1.21.0-beta.3"
44
description = "Codex load balancer and proxy for ChatGPT accounts with usage dashboard"
55
readme = "README.md"
66
license = { file = "LICENSE" }

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)