From f0d50c821101ef82a89af6462e1407a0de375383 Mon Sep 17 00:00:00 2001 From: Cort Buffington Date: Sun, 31 Aug 2014 13:18:34 -0500 Subject: [PATCH] Update Versions/Documentation --- .gitignore | 1 + bridge.py | 4 ++-- dmrlink.py | 4 ++-- log.py | 2 +- play_group.py | 1 + playback.py | 2 +- rcm.py | 2 +- record.py | 1 + 8 files changed, 10 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 2507b08..e9a4c46 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ known_bridges.py *.bak *.lcl *.conf +*.config diff --git a/bridge.py b/bridge.py index dbcc96b..3e3205b 100755 --- a/bridge.py +++ b/bridge.py @@ -41,10 +41,10 @@ __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.2b' +__version__ = '0.27b' __maintainer__ = 'Cort Buffington, N0MJS' __email__ = 'n0mjs@me.com' -__status__ = 'Beta' +__status__ = 'beta' # Notes and pieces of next steps... diff --git a/dmrlink.py b/dmrlink.py index ebfd90a..06c353b 100755 --- a/dmrlink.py +++ b/dmrlink.py @@ -37,10 +37,10 @@ __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.3' +__version__ = '0.27b' __maintainer__ = 'Cort Buffington, N0MJS' __email__ = 'n0mjs@me.com' -__status__ = 'Production' +__status__ = 'beta' parser = argparse.ArgumentParser() diff --git a/log.py b/log.py index 263b136..216ce65 100755 --- a/log.py +++ b/log.py @@ -19,7 +19,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__ = '1.0' __maintainer__ = 'Cort Buffington, N0MJS' __email__ = 'n0mjs@me.com' __status__ = 'Production' diff --git a/play_group.py b/play_group.py index d4988f9..b12f487 100755 --- a/play_group.py +++ b/play_group.py @@ -24,6 +24,7 @@ __copyright__ = 'Copyright (c) 2014 Cortney T. Buffington, N0MJS and the K0USY G __credits__ = 'Adam Fast, KC0YLK; Dave K; and he who wishes not to be named' __license__ = 'Creative Commons Attribution-ShareAlike 3.0 Unported' __maintainer__ = 'Cort Buffington, N0MJS' +__version__ = '0.1a' __email__ = 'n0mjs@me.com' __status__ = 'pre-alpha' diff --git a/playback.py b/playback.py index 460363e..7b2627c 100755 --- a/playback.py +++ b/playback.py @@ -19,7 +19,7 @@ __author__ = 'Cortney T. Buffington, N0MJS' __copyright__ = 'Copyright (c) 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.1b' +__version__ = '0.1a' __maintainer__ = 'Cort Buffington, N0MJS' __email__ = 'n0mjs@me.com' __status__ = 'pre-alpha' diff --git a/rcm.py b/rcm.py index 617e158..ee471a4 100755 --- a/rcm.py +++ b/rcm.py @@ -25,7 +25,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__ = '1.0' __maintainer__ = 'Cort Buffington, N0MJS' __email__ = 'n0mjs@me.com' __status__ = 'Production' diff --git a/record.py b/record.py index ccb4e77..2d863fe 100755 --- a/record.py +++ b/record.py @@ -22,6 +22,7 @@ __copyright__ = 'Copyright (c) 2014 Cortney T. Buffington, N0MJS and the K0USY G __credits__ = 'Adam Fast, KC0YLK; Dave K; and he who wishes not to be named' __license__ = 'Creative Commons Attribution-ShareAlike 3.0 Unported' __maintainer__ = 'Cort Buffington, N0MJS' +__version__ = '0.1a' __email__ = 'n0mjs@me.com' __status__ = 'pre-alpha'