diff options
Diffstat (limited to 'packages/meshbay-common/src/meshbay_common/__init__.py')
| -rw-r--r-- | packages/meshbay-common/src/meshbay_common/__init__.py | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/packages/meshbay-common/src/meshbay_common/__init__.py b/packages/meshbay-common/src/meshbay_common/__init__.py index ef0f1f6..60a9dc7 100644 --- a/packages/meshbay-common/src/meshbay_common/__init__.py +++ b/packages/meshbay-common/src/meshbay_common/__init__.py @@ -1,5 +1,8 @@ """MeshBay common — shared crypto primitives and protocol types.""" -__version__ = "0.4.0" -MNP_VERSION = "0.1" +__version__ = "0.5.0" +# 0.2: added PING/PONG, and `before`/`has_more` on chat history. Both are +# additive — an 0.1 peer sends no `before` and gets the newest page, which is +# what it wanted — so this is a MINOR bump, not a MAJOR one. +MNP_VERSION = "0.2" MHP_VERSION = "0.1" |