From f228d5347cd9a606a0cbd0f84fb6dc00ad1218d6 Mon Sep 17 00:00:00 2001 From: enkore Date: Sun, 14 Feb 2016 01:18:39 +0100 Subject: [PATCH] 3.34 --- docs/changelog.rst | 7 ++++++- setup.py | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index aa7a1f3..4482a58 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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 diff --git a/setup.py b/setup.py index 5bc2d0d..2af4da2 100755 --- a/setup.py +++ b/setup.py @@ -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",