From 30203712c650b7feec807b6b0611207a0b603fd5 Mon Sep 17 00:00:00 2001 From: enkore Date: Thu, 2 Oct 2014 17:18:36 +0200 Subject: [PATCH] Discard README/setup.py changes --- README.rst | 2 -- setup.py | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 0abb395..ea8c619 100644 --- a/README.rst +++ b/README.rst @@ -988,8 +988,6 @@ Settings: :format_muted: optional format string to use when muted (default: ``None``) :muted: (default: ``M``) :unmuted: (default: ````) -:color_muted: (default: ``#FF0000``) -:color_unmuted: (default: ``#FFFFFF``) diff --git a/setup.py b/setup.py index 5f0dc41..0d671f2 100755 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup(name="i3pystatus", - version="3.31", + version="3.30", description="Like i3status, this generates status line for i3bar / i3wm", url="http://github.com/enkore/i3pystatus", license="MIT",