release lock after Heartbeat timeout
authorOrakaro <nhatminh_179@hotmail.com>
Sun, 17 Aug 2014 12:47:50 +0000 (21:47 +0900)
committerOrakaro <nhatminh_179@hotmail.com>
Sun, 17 Aug 2014 12:47:50 +0000 (21:47 +0900)
docs/conf.py
rainbowstream/rainbow.py
setup.py

index 5928a34c4d0186f317d2f4d1712d4509b3c1e189..98023df03a37d845a26e39eab4566d65b4eb13a6 100644 (file)
@@ -48,9 +48,9 @@ copyright = u'2014, Vu Nhat Minh'
 # built documents.
 #
 # The short X.Y version.
-version = '0.7.6'
+version = '0.7.7'
 # The full version, including alpha/beta/rc tags.
-release = '0.7.6'
+release = '0.7.7'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
index 5d9e89a44ab24e3120304ec572fcd8636c07626b..71310a9e50d289fc02255595d15b6fa10d0f4c1b 100644 (file)
@@ -1742,6 +1742,8 @@ def stream(domain, args, name='Rainbow Stream'):
                 printNicely(guide)
                 sys.stdout.write(g['decorated_name'](c['PREFIX']))
                 sys.stdout.flush()
+                StreamLock.release()
+                break
             elif tweet is Hangup:
                 printNicely("-- Hangup --")
             elif tweet.get('text'):
index 043b9c58233d0ea5f47d29746a8188b39f132513..c1200cdde30838562ac1f41de2950189cc82e86d 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@ import os
 import os.path
 
 # Bumped version
-version = '0.7.6'
+version = '0.7.7'
 
 # Require
 install_requires = [