Skip to content

Commit

Permalink
bump: version 2.4.1 → 2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 30, 2024
1 parent 0c1059d commit 3fab0c4
Show file tree
Hide file tree
Showing 4 changed files with 19 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.1"
version = "2.4.2"
tag_format = "v$version"
update_changelog_on_bump = true
changelog_incremental = true
Expand Down
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## v2.4.2 (2024-07-30)

### Fix

- use safe_join from werkzeug
- add catch for broken images
- make height an int too

### Build System(s)

- remove obsolete docker compose version specifier

### Chores/Misc

- ignore logs generated during development

## v2.4.1 (2024-07-29)

### Fix
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.1"
version = "2.4.2"
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.1",
"version": "2.4.2",
"description": "Hosting of 3D biological models for the academic and educational community.",
"main": "index.js",
"author": "Paul Kiddle <p.kiddle@nhm.ac.uk>",
Expand Down

0 comments on commit 3fab0c4

Please sign in to comment.