diff options
| author | Ultrabug <ultrabug@gentoo.org> | 2015-01-09 12:34:56 +0100 |
|---|---|---|
| committer | Ultrabug <ultrabug@gentoo.org> | 2015-01-09 12:34:56 +0100 |
| commit | d1ee82d106bdc784debee5c9066b9d686a1502ef (patch) | |
| tree | 1788b7592231930f17c3434009b1d841ec661f9b | |
| parent | d375c7d8189af5b645992457eb027b96d68f6296 (diff) | |
version 2.12.1
| -rw-r--r-- | CHANGELOG | 4 | ||||
| -rwxr-xr-x | setup.py | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +version 2.1 (2015-01-09) +* fix i3status.conf parsing when config parameters contains brackets wrt issue #51 thx to @ZeiP +* fix NamedTemporaryFile file delete throwing an OSError as we clean it up ourselves to be compatible with all python versions + version 2.0 (2015-01-04) * two main highlights, see the wiki for more details : * 1- you can now load, run and order ALL (i3status and py3status) modules from your usual i3status.conf @@ -15,7 +15,7 @@ def read(fname): setup( name='py3status', - version='2.0', + version='2.1', author='Ultrabug', author_email='ultrabug@ultrabug.net', description='py3status is an extensible i3status wrapper written in python', |
