From 6fc772aead7365c6ad7be9875d996cbba7a8d716 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Lizo=C5=84czyk?= <3533647+plizonczyk@users.noreply.github.com> Date: Mon, 16 Jul 2018 01:47:01 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 44d0375..67e9bd1 100755 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ noiseprotocol This repository contains source code of **noiseprotocol** - a Python 3 implementation of [Noise Protocol Framework](http://www.noiseprotocol.org/). Compatible with revisions 32 and 33. +Master branch contains latest version released. Trunk branch is an active development branch. + ### Warning This package shall not be used (yet) for production purposes. There was little to none peer review done so far. Use common sense while using - until this package becomes stable.