From: Orakaro Date: Sat, 27 Sep 2014 02:55:19 +0000 (+0900) Subject: change PREFIX in switch list X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=commitdiff_plain;h=6df5cc3a8750e5b3f888b50e5cd7bf76d72589de;hp=050a294ebd749d5f3c57d68379cf64501e88a161 change PREFIX in switch list --- diff --git a/docs/conf.py b/docs/conf.py index 87dc7c5..b1fbd95 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -48,9 +48,9 @@ copyright = u'2014, Vu Nhat Minh' # built documents. # # The short X.Y version. -version = '1.1.2' +version = '1.1.3' # The full version, including alpha/beta/rc tags. -release = '1.1.2' +release = '1.1.3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/rainbowstream/rainbow.py b/rainbowstream/rainbow.py index f684ac4..eca5794 100644 --- a/rainbowstream/rainbow.py +++ b/rainbowstream/rainbow.py @@ -1220,7 +1220,7 @@ def switch(): elif target == 'list': owner, slug = get_slug() # Force python 2 not redraw readline buffer - g['cmd'] = '/'.join([owner, slug]) + g['PREFIX'] = g['cmd'] = '/'.join([owner, slug]) printNicely(light_yellow('getting list members ...')) # Get members t = Twitter(auth=authen()) diff --git a/setup.py b/setup.py index aeedcd7..37ac0d1 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ import os import os.path # Bumped version -version = '1.1.2' +version = '1.1.3' # Require install_requires = [