finalizing update text

master
Vincent Zeng 2018-03-23 00:24:12 -04:00
parent 36595b06bd
commit f856da5709
3 changed files with 10 additions and 6 deletions

View File

@ -4,7 +4,7 @@ from setuptools import setup
setup( setup(
name='ttbp', name='ttbp',
version='0.11.2', version='0.12.0',
description='command line social blogging tool used on tilde.town', description='command line social blogging tool used on tilde.town',
url='https://github.com/modgethanc/ttbp', url='https://github.com/modgethanc/ttbp',
author='~endorphant', author='~endorphant',

View File

@ -86,10 +86,12 @@ ___________________________________________________________
| ____ ____ ____ _ ____ ____ _ _ ____ _ _ _ ____ | | ____ ____ ____ _ ____ ____ _ _ ____ _ _ _ ____ |
| |___ |___ |___ | [__ |___ |\ | | __ | |\ | |___ | | |___ |___ |___ | [__ |___ |\ | | __ | |\ | |___ |
| | |___ |___ |___ ___] |___ | \| |__] | | \| |___ | | | |___ |___ |___ ___] |___ | \| |__] | | \| |___ |
| ver 0.12.4b (purgatory) | | ver 0.12.0 (感觉) |
| <gǎnjué; to feel> |
|__________________________________________________________| |__________________________________________________________|
~ 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() '''.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 ## page texts
@ -286,7 +288,9 @@ version 0.9.3 features:
improve! improve!
lastly, i just wanted to mention that i do accept tips for my dev work at 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 https://liberapay.com/modgethanc/ but there's no pressure to donate at all,
unless it's financially viable to you! 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 :)
""" """
} }

View File

@ -51,7 +51,7 @@ from . import chatter
from . import gopher from . import gopher
from . import util from . import util
__version__ = "0.11.3" __version__ = "0.12.0"
__author__ = "endorphant <endorphant@tilde.town)" __author__ = "endorphant <endorphant@tilde.town)"
p = inflect.engine() p = inflect.engine()