Skip to content

Commit

Permalink
bump: version 2.6.0 → 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 3, 2024
1 parent 6fc9de9 commit 915afa5
Show file tree
Hide file tree
Showing 4 changed files with 13 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.0"
version = "2.6.1"
tag_format = "v$version"
update_changelog_on_bump = true
changelog_incremental = true
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## v2.6.1 (2024-09-03)

### Fix

- update node-sass to v9

### Build System(s)

- remove -get from apt-get update

## v2.6.0 (2024-09-02)

### 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.6.0"
version = "2.6.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.6.0",
"version": "2.6.1",
"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 915afa5

Please sign in to comment.