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__.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/packages/meshbay-common/src/meshbay_common/__init__.py b/packages/meshbay-common/src/meshbay_common/__init__.py
index a622623..4c3bea0 100644
--- a/packages/meshbay-common/src/meshbay_common/__init__.py
+++ b/packages/meshbay-common/src/meshbay_common/__init__.py
@@ -8,5 +8,10 @@ __version__ = "0.6.0"
# handshake ack, for the group-applications registry. Additive — a node that
# predates it is never sent the op, and a client that predates it never looks
# for the field — so this is a MINOR bump too.
-MNP_VERSION = "0.4"
+# 0.5: added `width`/`height`/`display_title`/`season`/`episode` to
+# `IndexEntry`, started populating the already-declared `duration`/
+# `thumb_hash`, and added `media_meta_req`/`media_meta_resp`, for the Videos
+# group app. Additive — an older client simply doesn't render the new
+# fields — so this is a MINOR bump too.
+MNP_VERSION = "0.5"
MHP_VERSION = "0.1"