Skip to content

Commit 0fce6d7

Browse files
chore(release): prepare release v2.2.4
Made-with: Cursor
1 parent 136639f commit 0fce6d7

6 files changed

Lines changed: 8 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ All contributors (including maintainers) should update `CHANGELOG.md` when creat
6464

6565
## [Unreleased]
6666

67+
## [v2.2.4] - 2026-04-30
68+
6769
### CI
6870

6971
- **python-project-standards v4.3.0** ([org **`v4.3.0`**](https://github.com/BehindTheMusicTree/python-project-standards/releases/tag/v4.3.0)): Root [**`STANDARDS_VERSION`**](STANDARDS_VERSION) **`4.3.0`**. [**`scripts/verify-standards.sh`**](scripts/verify-standards.sh) matches org **`templates/scripts/`** on that tag (verification rejects an **isort** pre-commit hook; import order uses Ruff **`I`** from [**`baselines/ruff.toml`**](baselines/ruff.toml) with **`ruff format`**). Removed the **isort** hook from [**.pre-commit-config.yaml**](.pre-commit-config.yaml); **isort** remains in **[`pyproject.toml`](pyproject.toml)** dev extras for optional local or IDE use. [**.cursor/rules/changelog-alignment.mdc**](.cursor/rules/changelog-alignment.mdc) unchanged from **v4.2.0** alignment. [docs/ci/python-project-standards.md](docs/ci/python-project-standards.md) and [DEVELOPMENT.md](DEVELOPMENT.md) updated for **v4.3.0**.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.3
1+
2.2.4

hear_the_music_tree_api.egg-info/PKG-INFO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Metadata-Version: 2.1
22
Name: hear-the-music-tree-api
3-
Version: 2.2.3
3+
Version: 2.2.4
44
Summary: Django REST API for Hear The Music Tree
55
Requires-Python: >=3.14
66
License-File: LICENSE

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "the-music-tree-api",
3-
"version": "2.2.3",
3+
"version": "2.2.4",
44
"description": "HearTheMusicTree API is an online platform similar to iTunes, designed for managing and interacting with music tracks. It offers a range of features to help you organize, tag, and rate your music, as well as create automatic hierarchical genre playlists.",
55
"main": "index.js",
66
"scripts": {

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
77

88
[project]
99
name = "hear-the-music-tree-api"
10-
version = "2.2.3"
10+
version = "2.2.4"
1111
description = "Django REST API for Hear The Music Tree"
1212
requires-python = ">=3.14"
1313
dependencies = [
@@ -143,7 +143,7 @@ ignore_missing_imports = true
143143
# Release bumps (maintainers): `bump-my-version bump patch|minor|major` or `scripts/prepare_release_bump.py`.
144144
# https://github.com/callowayproject/bump-my-version
145145
[tool.bumpversion]
146-
current_version = "2.2.3"
146+
current_version = "2.2.4"
147147
commit = false
148148
tag = false
149149
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"

schema.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.0.3
22
info:
33
title: TheMusicTreeAPI
4-
version: 2.2.3
4+
version: 2.2.4
55
description: 'API to handle genre oriented music libraries '
66
paths:
77
/auth/token/:

0 commit comments

Comments
 (0)