From e9c5e3c189456343867be450ec233fd7978c02b8 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Sun, 22 May 2022 14:29:29 +0200 Subject: [PATCH] Version bump --- README.md | 3 +++ RNS/_version.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 06c8e6a..52d254a 100755 --- a/README.md +++ b/README.md @@ -96,6 +96,9 @@ Currently, the following interfaces are supported: ## Development Roadmap - Version 0.3.7 + - Announce and path request improvements + - Improving management utilities +- Version 0.3.8 - Improving [the manual](https://markqvist.github.io/Reticulum/manual/) with sections specifically for beginners - Support for radio and modem interfaces on Android - GUI interface configuration tool diff --git a/RNS/_version.py b/RNS/_version.py index d7b30e1..8879c6c 100644 --- a/RNS/_version.py +++ b/RNS/_version.py @@ -1 +1 @@ -__version__ = "0.3.6" +__version__ = "0.3.7"