This commit is contained in:
enkore 2015-06-23 12:07:02 +02:00
parent 442a3c4916
commit ca3ac1454c
2 changed files with 4 additions and 1 deletions

View File

@ -5,6 +5,9 @@ Changelog
master branch
+++++++++++++
3.33 (2015-06-23)
+++++++++++++++++
* Errors can now be logged to ``~/.i3pystatus-<pid>``
- See :ref:`logging`
* Added new callback system

View File

@ -3,7 +3,7 @@
from setuptools import setup
setup(name="i3pystatus",
version="3.32",
version="3.33",
description="A complete replacement for i3status",
url="http://github.com/enkore/i3pystatus",
license="MIT",