From 82cbcd535c476d9afbfe7245e3a077af58394b05 Mon Sep 17 00:00:00 2001 From: endorphant Date: Thu, 26 May 2016 23:59:04 -0400 Subject: [PATCH] adding build switching utility now there's an annotation in the __version__ for beta; added a check on program start to see if the user is switching between beta and stable, and switches accordingly. patching updates should still work as usual. --- bin/_ttbp.py | 42 +++++++++++++++++++++++++++++++++++++++--- bin/ttbp.py | 39 ++++++++++++++++++++++++++++++++++++++- 2 files changed, 77 insertions(+), 4 deletions(-) diff --git a/bin/_ttbp.py b/bin/_ttbp.py index 6f1055d..2e3b3a7 100644 --- a/bin/_ttbp.py +++ b/bin/_ttbp.py @@ -40,9 +40,8 @@ import chatter import inflect import util -__version__ = "0.9.0" +__version__ = "0.9.0b" __author__ = "endorphant