Skip to content

Commit a264a89

Browse files
chore: bump version to v2.2.6 in package.json, pyproject.toml, schema.yml, VERSION, and PKG-INFO
- Updated version numbers to v2.2.6 across all relevant files for consistency and release preparation.
1 parent e2468e9 commit a264a89

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

VERSION

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

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.4
3+
Version: 2.2.6
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.4",
3+
"version": "2.2.6",
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.4"
10+
version = "2.2.6"
1111
description = "Django REST API for Hear The Music Tree"
1212
requires-python = ">=3.14"
1313
dependencies = [
@@ -151,7 +151,7 @@ ignore_missing_imports = true
151151
# Release bumps (maintainers): `bump-my-version bump patch|minor|major` or `scripts/prepare_release_bump.py`.
152152
# https://github.com/callowayproject/bump-my-version
153153
[tool.bumpversion]
154-
current_version = "2.2.4"
154+
current_version = "2.2.6"
155155
commit = false
156156
tag = false
157157
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.4
4+
version: 2.2.6
55
description: 'API to handle genre oriented music libraries '
66
paths:
77
/auth/token/:

0 commit comments

Comments
 (0)