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 b37de8e..0ca0005 100644
--- a/packages/meshbay-common/src/meshbay_common/__init__.py
+++ b/packages/meshbay-common/src/meshbay_common/__init__.py
@@ -43,5 +43,11 @@ __version__ = "0.7.0"
# 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"
+# 0.11: added `taken_at`/`camera` to `IndexEntry` (best-effort, from a photo's
+# own EXIF block) and `photo_roots`/`photo_roots_ack`, for the Photos group
+# app (docs/photos.md). Unlike `video_root`/`audio_root`, `photo_roots` is a
+# *set*, replaced whole in one signed op — a photo library is routinely
+# scattered across several folders, not one. Additive: an older client
+# never sends the op and never expects either field.
+MNP_VERSION = "0.11"
MHP_VERSION = "0.1"