Skip to content

Commit

Permalink
bump: version 2.6.1 → 2.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 1, 2024
1 parent 64c0a34 commit e156d21
Show file tree
Hide file tree
Showing 4 changed files with 20 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.6.1"
version = "2.6.2"
tag_format = "v$version"
update_changelog_on_bump = true
changelog_incremental = true
Expand Down
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.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" }
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.6.1",
"version": "2.6.2",
"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 e156d21

Please sign in to comment.