From da6cf5e6cfaa345b1ff8f408fdc4e189a10eef84 Mon Sep 17 00:00:00 2001 From: endorphant Date: Thu, 11 Jan 2018 20:16:14 -0500 Subject: [PATCH] squashing 0.10.2 and 0.11 updates together --- ttbp/config/__init__.py | 27 ++++++++++++--------------- ttbp/ttbp.py | 4 ---- 2 files changed, 12 insertions(+), 19 deletions(-) diff --git a/ttbp/config/__init__.py b/ttbp/config/__init__.py index e9c00fd..ad978c2 100644 --- a/ttbp/config/__init__.py +++ b/ttbp/config/__init__.py @@ -116,20 +116,6 @@ version 0.9.3 features: * if you don't know what gopher is, it's fine to opt-out; ask around on irc if you'd like to learn more! * the settings menu has been reworked to be less clunky""", - "0.10.2": """ -~[version 0.10.2 update]~ - - * some errors in selecting and validating settings and creating publishing - directories have been corrected - * please send mail to ~endorphant or ask for help on IRC if you're still - having issues with getting your settings sorted out! - - general PSA: - * join #ttbp on the local irc network for help and discussion about the - feels engine! - * ~login created centralfeels, which is an opt-in collection of - html-published feels; create a blank file called '.centralfeels' in - your home directory if you'd like to be included!""", "0.11.0": """ ~[version 0.11.0 update]~ @@ -141,5 +127,16 @@ version 0.9.3 features: and is only available if you have publishing turned on. if you toggle your publishing state, this list will persist. unpublished posts will be removed from html/gopher, but will still be accessible from within - the feels engine.""" + the feels engine. + * some errors in selecting and validating settings and creating publishing + directories have been corrected + * please send mail to ~endorphant or ask for help on IRC if you're still + having issues with getting your settings sorted out! + + general PSA: + * join #ttbp on the local irc network for help and discussion about the + feels engine! + * ~login created centralfeels, which is an opt-in collection of + html-published feels; create a blank file called '.centralfeels' in + your home directory if you'd like to be included!""", } diff --git a/ttbp/ttbp.py b/ttbp/ttbp.py index 7f52bc3..93564a8 100644 --- a/ttbp/ttbp.py +++ b/ttbp/ttbp.py @@ -1267,10 +1267,6 @@ something strange happened to you during this update. # version 0.10.1 patch notes print(config.UPDATES["0.10.1"]) - if z < 2 or y < 10: - # version 0.10.2 patch notes - print(config.UPDATES["0.10.2"]) - if y < 11: # version 0.11.1 patch notes print(config.UPDATES["0.11.0"])