aboutsummaryrefslogtreecommitdiffstats
path: root/packages/meshbay-common/src/meshbay_common/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'packages/meshbay-common/src/meshbay_common/__init__.py')
-rw-r--r--packages/meshbay-common/src/meshbay_common/__init__.py8
1 files changed, 7 insertions, 1 deletions
diff --git a/packages/meshbay-common/src/meshbay_common/__init__.py b/packages/meshbay-common/src/meshbay_common/__init__.py
index ecf51fd..b37de8e 100644
--- a/packages/meshbay-common/src/meshbay_common/__init__.py
+++ b/packages/meshbay-common/src/meshbay_common/__init__.py
@@ -37,5 +37,11 @@ __version__ = "0.7.0"
# way a TMDB poster or MusicBrainz cover is cached. Additive: an older
# client never sends the request, and simply can't play those two formats,
# same as before this existed.
-MNP_VERSION = "0.9"
+# 0.10: added `audio_root`/`_ack` — the Music app's own entry point, same
+# shape as `video_root`/`_ack`. Reverses musicbay.md's original "no root,
+# whole shared tree" call: a real messy library showed that call was
+# wrong, and Music now requires one before showing/enriching anything,
+# exactly like Videos. Additive at the protocol level: an older client
+# never sends the op and never expects the field.
+MNP_VERSION = "0.10"
MHP_VERSION = "0.1"