From d1d4b2cc8ff7e93e6ee383812220ada6145d85d3 Mon Sep 17 00:00:00 2001 From: endorphant Date: Tue, 31 May 2016 14:55:45 -0400 Subject: [PATCH] correcting a couple minor patch utility issues --- bin/_ttbp.py | 14 ++++++++------ bin/ttbp.py | 2 +- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/bin/_ttbp.py b/bin/_ttbp.py index 71ceea3..1ca55eb 100644 --- a/bin/_ttbp.py +++ b/bin/_ttbp.py @@ -931,7 +931,8 @@ def update_version(): print("\nyou're all good to go, "+chatter.say("friend")+"!\n") # show patch notes - if userVersion != "0.9.0" and userVersion != "0.9.0b": + #if userVersion != "0.9.0" and userVersion != "0.9.0b": + if userVersion[0:5] < "0.9.0": # version 0.9.0 patch notes: print(""" ver. 0.9.0 features: @@ -939,14 +940,15 @@ ver. 0.9.0 features: * documentation browser """) - # version 0.9.1 patch notes - print(""" + if userVersion[0:5] < "0.9.1": + # version 0.9.1 patch notes + print(""" ver 0.9.1 features: * graffiti wall - """) + """) ##### if __name__ == '__main__': - start() - #print("ttbp beta is out to lunch. bbl.") + #start() + print("ttbp beta is out to lunch. bbl.") diff --git a/bin/ttbp.py b/bin/ttbp.py index f8619c0..28bbafe 100644 --- a/bin/ttbp.py +++ b/bin/ttbp.py @@ -40,7 +40,7 @@ import chatter import inflect import util -__version__ = "0.9.0" +__version__ = "0.9.1" __author__ = "endorphant