This commit is contained in:
enkore 2016-02-14 01:18:39 +01:00
parent 32296aad6b
commit f228d5347c
2 changed files with 7 additions and 2 deletions

View File

@ -5,7 +5,10 @@ Changelog
master branch
+++++++++++++
.. _r3.34:
.. _r3.35:
3.34 (2016-02-14)
+++++++++++++++++
* New modules
- :py:mod:`.moon`: Display moon phase
@ -46,6 +49,8 @@ master branch
* updates: Additional formatters for every backend (to distinguish pacman vs. AUR updates, for example)
* :py:mod:`.reddit`: Added link\_karma and comment\_karma formatters
* :py:mod:`.openvpn`: Configurable up/down symbols
* openvpn: Rename colour_up/colour_down to color_up/color_down
* openvpn: NetworkManager compatibility
* :py:mod:`.disk`: Improved handling of unmounted drives. Previously
the free space of the underlying filesystem would be reported if the
path provided was a directory but not a valid mountpoint. This adds

View File

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