diff --git a/.cz.toml b/.cz.toml index 886c870..de6ccb2 100644 --- a/.cz.toml +++ b/.cz.toml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 39de6bb..5ae5ca0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/api/pyproject.toml b/api/pyproject.toml index c6c6b95..2c6bba1 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -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" } diff --git a/web/package.json b/web/package.json index ce2ee95..9418a23 100644 --- a/web/package.json +++ b/web/package.json @@ -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 ",