From 6779832abb602c31c940b43cfac06100916bce49 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 29 Jul 2024 09:34:09 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=202.4.0=20=E2=86=92=202.4.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cz.toml | 2 +- CHANGELOG.md | 11 +++++++++++ api/pyproject.toml | 2 +- web/package.json | 2 +- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/.cz.toml b/.cz.toml index d6b8c0e..1700a6b 100644 --- a/.cz.toml +++ b/.cz.toml @@ -1,6 +1,6 @@ [tool.commitizen] name = "cz_nhm" -version = "2.4.0" +version = "2.4.1" tag_format = "v$version" update_changelog_on_bump = true changelog_incremental = true diff --git a/CHANGELOG.md b/CHANGELOG.md index fb562d7..7251ccd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## v2.4.1 (2024-07-29) + +### Fix + +- make default log level configurable + +### Build System(s) + +- increase timeout for gunicorn +- adjust threads for gunicorn + ## v2.4.0 (2024-07-26) ### Feature diff --git a/api/pyproject.toml b/api/pyproject.toml index ee27ff1..48111db 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "phenome10k" -version = "2.4.0" +version = "2.4.1" description = "Hosting of 3D biological models for the academic and educational community." requires-python = ">=3.8" license = { text = "GPL-3.0-or-later" } diff --git a/web/package.json b/web/package.json index 2f54fba..e0ca78f 100644 --- a/web/package.json +++ b/web/package.json @@ -1,6 +1,6 @@ { "name": "phenome-10k", - "version": "2.4.0", + "version": "2.4.1", "description": "Hosting of 3D biological models for the academic and educational community.", "main": "index.js", "author": "Paul Kiddle ",