change PREFIX in switch list
authorOrakaro <nhatminh_179@hotmail.com>
Sat, 27 Sep 2014 02:55:19 +0000 (11:55 +0900)
committerOrakaro <nhatminh_179@hotmail.com>
Sat, 27 Sep 2014 02:55:19 +0000 (11:55 +0900)
docs/conf.py
rainbowstream/rainbow.py
setup.py

index 87dc7c5f4a5d1376e3a00ab6a5e1a361d08fcdd2..b1fbd954abcce6a6a03848e79820bb3c2c10fc83 100644 (file)
@@ -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.
index f684ac4ed3a6ea38404e98167e6b7ee1031325b9..eca57943cb0489f4963f40c5987325f80b502349 100644 (file)
@@ -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())
index aeedcd7f08d8a358b120cd8b334b9f55000850fd..37ac0d1124f5128e6337889d621f78ca6e4b86e0 100644 (file)
--- 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 = [