From ae664d3b49303e6a3faa8c69e7092a1d77347d9d Mon Sep 17 00:00:00 2001 From: Aaron Pham <29749331+aarnphm@users.noreply.github.com> Date: Tue, 17 Oct 2023 06:01:32 +0000 Subject: [PATCH] infra: prepare for release 0.3.9 [generated] [skip ci] Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com> --- CHANGELOG.md | 4 ++++ openllm-contrib/clojure/package.json | 2 +- openllm-node/package.json | 2 +- openllm-python/CHANGELOG.md | 4 ++++ package.json | 2 +- 5 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1bf3e18..e0367e13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,10 @@ This changelog is managed by towncrier and is compiled at release time. +## [0.3.9](https://github.com/bentoml/openllm/tree/v0.3.9) +No significant changes. + + ## [0.3.8](https://github.com/bentoml/openllm/tree/v0.3.8) ### Backwards-incompatible Changes diff --git a/openllm-contrib/clojure/package.json b/openllm-contrib/clojure/package.json index 512148e4..cf1d415c 100644 --- a/openllm-contrib/clojure/package.json +++ b/openllm-contrib/clojure/package.json @@ -1,6 +1,6 @@ { "name": "openllm-clojure-ui", - "version": "", + "version": "0.3.9", "description": "OpenLLM Clojure UI", "repository": { "url": "git@github.com:bentoml/OpenLLM.git", diff --git a/openllm-node/package.json b/openllm-node/package.json index 92732dea..2f27b0ca 100644 --- a/openllm-node/package.json +++ b/openllm-node/package.json @@ -1,6 +1,6 @@ { "name": "@bentoml/openllm-node", - "version": "0.3.9.dev0", + "version": "0.3.9", "description": "NodeJS library for OpenLLM", "type": "module", "repository": { diff --git a/openllm-python/CHANGELOG.md b/openllm-python/CHANGELOG.md index a1bf3e18..e0367e13 100644 --- a/openllm-python/CHANGELOG.md +++ b/openllm-python/CHANGELOG.md @@ -18,6 +18,10 @@ This changelog is managed by towncrier and is compiled at release time. +## [0.3.9](https://github.com/bentoml/openllm/tree/v0.3.9) +No significant changes. + + ## [0.3.8](https://github.com/bentoml/openllm/tree/v0.3.8) ### Backwards-incompatible Changes diff --git a/package.json b/package.json index 2dbd2eed..02f81406 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bentoml/openllm-monorepo", - "version": "0.3.9.dev0", + "version": "0.3.9", "description": "OpenLLM: Operating LLMs in production", "author": "Aaron Pham <29749331+aarnphm@users.noreply.github.com>", "license": "Apache-2.0",