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",