diff options
Diffstat (limited to 'packages/meshbay-common/src/meshbay_common/__init__.py')
| -rw-r--r-- | packages/meshbay-common/src/meshbay_common/__init__.py | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/packages/meshbay-common/src/meshbay_common/__init__.py b/packages/meshbay-common/src/meshbay_common/__init__.py index 53c1058..3ed1ed2 100644 --- a/packages/meshbay-common/src/meshbay_common/__init__.py +++ b/packages/meshbay-common/src/meshbay_common/__init__.py @@ -24,5 +24,12 @@ __version__ = "0.7.0" # for one, not all of them). `tmdb_config`/`tmdb_config_ack` keep their name # but now only cover the token/language, which stay node-wide. Additive: an # older client simply never sends/handles the new pair. -MNP_VERSION = "0.7" +# 0.8: added `artist`/`album`/`track_no` to `IndexEntry`, and +# `musicbrainz_config`/`_ack`, `musicbrainz_enabled`/`_ack`, +# `music_meta_req`/`_resp`, for the Music group app (docs/musicbay.md). +# Same shape as 0.5-0.7's Videos additions, and reuses `duration`/ +# `thumb_hash`/`display_title` rather than declaring new ones. Additive: +# an older client simply doesn't render the new fields or send the new +# messages. +MNP_VERSION = "0.8" MHP_VERSION = "0.1" |