chore: Bump version to 0.23C.0 (C = Claude assisted)
Some checks failed
CI / style (push) Has been cancelled
CI / build-client (push) Has been cancelled
CI / build-amd64 (push) Has been cancelled
CI / build-tester (push) Has been cancelled
CI / test (cockroachdb) (push) Has been cancelled
CI / test (mariadb) (push) Has been cancelled
CI / test (postgres) (push) Has been cancelled
CI / test (sqlite) (push) Has been cancelled
CI / build-arm64 (push) Has been cancelled
CI / build-armv7 (push) Has been cancelled
CI / publish-images (push) Has been cancelled
CI / publish-release (push) Has been cancelled

Authors: Tony, Donkie (upstream), Claude

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-14 23:37:34 -06:00
parent a18daa8134
commit 49d4bf85fd
2 changed files with 4 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "spoolman-ui",
"version": "0.22.1",
"version": "0.23C.0",
"engines": {
"node": "20.x"
},

View File

@@ -1,9 +1,11 @@
[project]
name = "spoolman"
version = "0.22.1"
version = "0.23C.0"
description = "A web service that keeps track of 3D printing spools."
authors = [
{ name = "Tony", email = "tony@nastynas.xyz" },
{ name = "Donkie", email = "daniel.cf.hultgren@gmail.com" },
{ name = "Claude", email = "noreply@anthropic.com" },
]
dependencies = [
"uvicorn~=0.34",