From 7e2c8428bbaad8fd150c28198368e5e2b4c2c5c8 Mon Sep 17 00:00:00 2001 From: Aaron Pham <29749331+aarnphm@users.noreply.github.com> Date: Thu, 7 Sep 2023 01:51:18 +0000 Subject: [PATCH] infra: prepare for release 0.3.3 [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 d07279bd..dacec037 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.3](https://github.com/bentoml/openllm/tree/v0.3.3) +No significant changes. + + ## [0.3.2](https://github.com/bentoml/openllm/tree/v0.3.2) No significant changes. diff --git a/openllm-contrib/clojure/package.json b/openllm-contrib/clojure/package.json index e12062bc..ca1ec6b6 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.3", "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 efbb9639..c766b16e 100644 --- a/openllm-node/package.json +++ b/openllm-node/package.json @@ -1,6 +1,6 @@ { "name": "openllm", - "version": "0.3.3.dev0", + "version": "0.3.3", "description": "NodeJS library for OpenLLM", "type": "module", "repository": { diff --git a/openllm-python/CHANGELOG.md b/openllm-python/CHANGELOG.md index d07279bd..dacec037 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.3](https://github.com/bentoml/openllm/tree/v0.3.3) +No significant changes. + + ## [0.3.2](https://github.com/bentoml/openllm/tree/v0.3.2) No significant changes. diff --git a/package.json b/package.json index d145cea1..5cb32fb4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openllm-monorepo", - "version": "0.3.3.dev0", + "version": "0.3.3", "description": "OpenLLM: Operating LLMs in production", "repository": "git@github.com:bentoml/OpenLLM.git", "author": "Aaron Pham <29749331+aarnphm@users.noreply.github.com>",