diff --git a/setup.py b/setup.py index 906c91d..3e34cc5 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup setup( name='ttbp', - version='0.11.2', + version='0.12.0', description='command line social blogging tool used on tilde.town', url='https://github.com/modgethanc/ttbp', author='~endorphant', diff --git a/ttbp/config/__init__.py b/ttbp/config/__init__.py index 430238d..c9b9f3c 100644 --- a/ttbp/config/__init__.py +++ b/ttbp/config/__init__.py @@ -86,10 +86,12 @@ ___________________________________________________________ | ____ ____ ____ _ ____ ____ _ _ ____ _ _ _ ____ | | |___ |___ |___ | [__ |___ |\ | | __ | |\ | |___ | | | |___ |___ |___ ___] |___ | \| |__] | | \| |___ | -| ver 0.12.4b (purgatory) | +| ver 0.12.0 (感觉) | +| | |__________________________________________________________| - ~ u n s t a b l e e x p e r i m e n t a l b r a n c h ~ '''.lstrip() +# ~ u n s t a b l e e x p e r i m e n t a l b r a n c h ~ +#'''.lstrip() ## page texts @@ -286,7 +288,9 @@ version 0.9.3 features: improve! lastly, i just wanted to mention that i do accept tips for my dev work at - https://liberapay.com/modgethanc/, but please don't feel pressured to donate - unless it's financially viable to you! + https://liberapay.com/modgethanc/ but there's no pressure to donate at all, + i'm just making this option available for anyone whose financially stable + and wants to kick some spare change my way; this is a labor of love, and i'm + happy to work on it regardless :) """ } diff --git a/ttbp/ttbp.py b/ttbp/ttbp.py index eb7c1f1..6ee3b26 100644 --- a/ttbp/ttbp.py +++ b/ttbp/ttbp.py @@ -51,7 +51,7 @@ from . import chatter from . import gopher from . import util -__version__ = "0.11.3" +__version__ = "0.12.0" __author__ = "endorphant