3.33
This commit is contained in:
parent
442a3c4916
commit
ca3ac1454c
@ -5,6 +5,9 @@ Changelog
|
|||||||
master branch
|
master branch
|
||||||
+++++++++++++
|
+++++++++++++
|
||||||
|
|
||||||
|
3.33 (2015-06-23)
|
||||||
|
+++++++++++++++++
|
||||||
|
|
||||||
* Errors can now be logged to ``~/.i3pystatus-<pid>``
|
* Errors can now be logged to ``~/.i3pystatus-<pid>``
|
||||||
- See :ref:`logging`
|
- See :ref:`logging`
|
||||||
* Added new callback system
|
* Added new callback system
|
||||||
|
2
setup.py
2
setup.py
@ -3,7 +3,7 @@
|
|||||||
from setuptools import setup
|
from setuptools import setup
|
||||||
|
|
||||||
setup(name="i3pystatus",
|
setup(name="i3pystatus",
|
||||||
version="3.32",
|
version="3.33",
|
||||||
description="A complete replacement for i3status",
|
description="A complete replacement for i3status",
|
||||||
url="http://github.com/enkore/i3pystatus",
|
url="http://github.com/enkore/i3pystatus",
|
||||||
license="MIT",
|
license="MIT",
|
||||||
|
Loading…
Reference in New Issue
Block a user