Skip to content

Commit

Permalink
bump: version 2.4.0 → 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 29, 2024
1 parent aae0d03 commit 6779832
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .cz.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion api/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down

0 comments on commit 6779832

Please sign in to comment.