From e156d21a5263a11b48a1b8bf15f29690ef51d61d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 1 Nov 2024 16:14:38 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=202.6.1=20=E2=86=92=202.6.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cz.toml | 2 +- CHANGELOG.md | 17 +++++++++++++++++ api/pyproject.toml | 2 +- web/package.json | 2 +- 4 files changed, 20 insertions(+), 3 deletions(-) diff --git a/.cz.toml b/.cz.toml index de6ccb2..17f32e0 100644 --- a/.cz.toml +++ b/.cz.toml @@ -1,6 +1,6 @@ [tool.commitizen] name = "cz_nhm" -version = "2.6.1" +version = "2.6.2" tag_format = "v$version" update_changelog_on_bump = true changelog_incremental = true diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ae5ca0..c898ff9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## v2.6.2 (2024-11-01) + +### Fix + +- ignore booleans in query +- disable strict_slashes by default + +### Build System(s) + +- swap from gunicorn to uwsgi + +### Chores/Misc + +- update author name +- sort requirements +- ignore logs + ## v2.6.1 (2024-09-03) ### Fix diff --git a/api/pyproject.toml b/api/pyproject.toml index d4fd8ab..33b8239 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "phenome10k" -version = "2.6.1" +version = "2.6.2" 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 9418a23..7418a63 100644 --- a/web/package.json +++ b/web/package.json @@ -1,6 +1,6 @@ { "name": "phenome-10k", - "version": "2.6.1", + "version": "2.6.2", "description": "Hosting of 3D biological models for the academic and educational community.", "main": "index.js", "author": "Paul Kiddle ",