unocde symbol for retweet and favorite
authorOrakaro <nhatminh_179@hotmail.com>
Sun, 24 Aug 2014 06:53:51 +0000 (15:53 +0900)
committerOrakaro <nhatminh_179@hotmail.com>
Sun, 24 Aug 2014 06:53:51 +0000 (15:53 +0900)
docs/conf.py
rainbowstream/colorset/config
setup.py

index 7c66007ae7c37ec44a43519c739963c105914770..f2197653de44b7bb8f3149e938c161ebb2712264 100644 (file)
@@ -48,9 +48,9 @@ copyright = u'2014, Vu Nhat Minh'
 # built documents.
 #
 # The short X.Y version.
 # built documents.
 #
 # The short X.Y version.
-version = '0.8.4'
+version = '0.8.5'
 # The full version, including alpha/beta/rc tags.
 # The full version, including alpha/beta/rc tags.
-release = '0.8.4'
+release = '0.8.5'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
index fe433170435533c0d701a42a6d55008f756599a0..956dd36b730350c71085b35ab85857e2933e67f7 100644 (file)
@@ -43,7 +43,7 @@
     "FORMAT": {
         "TWEET": {
             "CLOCK_FORMAT" : "%Y/%m/%d %H:%M:%S",
     "FORMAT": {
         "TWEET": {
             "CLOCK_FORMAT" : "%Y/%m/%d %H:%M:%S",
-            "DISPLAY" : "\n  #name #nick #clock \n  Retweets:#rt_count Favorites:#fa_count id:#id #fav\n  #tweet"
+            "DISPLAY" : "\n  #name #nick #clock \n  \u20AA:#rt_count \u2665:#fa_count id:#id #fav\n  #tweet"
         },
         "MESSAGE": {
             "CLOCK_FORMAT" : "%Y/%m/%d %H:%M:%S",
         },
         "MESSAGE": {
             "CLOCK_FORMAT" : "%Y/%m/%d %H:%M:%S",
index 2e126f68dcd26ab0c65ffd6bca6ceadfa79651d1..1bd609ed2cf8d440ad0115d60b206551586e7272 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@ import os
 import os.path
 
 # Bumped version
 import os.path
 
 # Bumped version
-version = '0.8.4'
+version = '0.8.5'
 
 # Require
 install_requires = [
 
 # Require
 install_requires = [