From ca3ac1454ccf28217a748d324fb2295dde048dad Mon Sep 17 00:00:00 2001 From: enkore Date: Tue, 23 Jun 2015 12:07:02 +0200 Subject: [PATCH] 3.33 --- docs/changelog.rst | 3 +++ setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 3cd6feb..7e5b593 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,9 @@ Changelog master branch +++++++++++++ +3.33 (2015-06-23) ++++++++++++++++++ + * Errors can now be logged to ``~/.i3pystatus-`` - See :ref:`logging` * Added new callback system diff --git a/setup.py b/setup.py index 7a5cac8..5bc2d0d 100755 --- a/setup.py +++ b/setup.py @@ -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",