From 56c66dba5adf7b40202df7f1d9ffdc6a1f58eb5c Mon Sep 17 00:00:00 2001 From: Cort Buffington Date: Sat, 17 May 2014 20:01:26 -0500 Subject: [PATCH] VERSION 0.2 RELEASE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit “Official” 0.2 version. Now has Master support, graceful shutdown, and a number of stability improvements. --- dmrlink.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dmrlink.py b/dmrlink.py index 3f06606..8bc08d4 100755 --- a/dmrlink.py +++ b/dmrlink.py @@ -37,7 +37,7 @@ __author__ = 'Cortney T. Buffington, N0MJS' __copyright__ = 'Copyright (c) 2013, 2014 Cortney T. Buffington, N0MJS and the K0USY Group' __credits__ = 'Adam Fast, KC0YLK, Dave K, and he who wishes not to be named' __license__ = 'Creative Commons Attribution-ShareAlike 3.0 Unported' -__version__ = '0.2a' +__version__ = '0.3' __maintainer__ = 'Cort Buffington, N0MJS' __email__ = 'n0mjs@me.com' __status__ = 'Production'