delete unused break
authorvunhat_minh <vunhat_minh@dwango.co.jp>
Fri, 29 Aug 2014 03:18:44 +0000 (12:18 +0900)
committervunhat_minh <vunhat_minh@dwango.co.jp>
Fri, 29 Aug 2014 03:18:44 +0000 (12:18 +0900)
docs/conf.py
rainbowstream/rainbow.py
setup.py

index e2755a4ba205d915112ded95b43f4f3e078e172d..31dd0fe458738ffc64155fe74bc6d5f6164a36ee 100644 (file)
@@ -48,9 +48,9 @@ copyright = u'2014, Vu Nhat Minh'
 # built documents.
 #
 # The short X.Y version.
-version = '0.9.2'
+version = '0.9.3'
 # The full version, including alpha/beta/rc tags.
-release = '0.9.2'
+release = '0.9.3'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
index c939747bf1a11a9ce3996ffcb9467f7e2cbeb2b9..fa66626634ab1f68061374f0d8892ae10e9cbf60 100644 (file)
@@ -1728,7 +1728,7 @@ def listen():
             printNicely('')
         except Exception:
             printNicely(red('OMG something is wrong with Twitter right now.'))
-            break
+
 
 def stream(domain, args, name='Rainbow Stream'):
     """
index 34088f6d52cec650d22b0d729f3bf6ba59d24798..71c9ae3792746d11d7aa4d3ea1f8b509bc20e33c 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@ import os
 import os.path
 
 # Bumped version
-version = '0.9.2'
+version = '0.9.3'
 
 # Require
 install_requires = [