From 6a22aec261747b00488b3e4ba3ffabd43039d59d Mon Sep 17 00:00:00 2001 From: Ultrabug Date: Sat, 3 May 2014 20:53:18 +0200 Subject: version 1.5 --- CHANGELOG | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 89f11a6..dba76a7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +version 1.5 (2014-05-03) +* add --version parameter wrt issue #29 +* switch back to RST for the README wrt pypi and issue #30 thx to @Weishaupt +* include modules, changelog and license to sources on pypi +* rename the examples folder to modules and include it in the installed files + version 1.4 (2014-04-16) * new ordering mechanism with verbose logging. fixes rare cases where the modules methods were not always loaded in the same order and caused inconsistent ordering between reloads. thx to @guiniol for reporting/debugging and @IotaSpencer and @tasse for testing. * debug: dont catch print() on debug mode diff --git a/setup.py b/setup.py index 0c51abc..c92d580 100755 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ def read(fname): setup( name='py3status', - version='1.4', + version='1.5', author='Ultrabug', author_email='ultrabug@ultrabug.net', description='py3status is an extensible i3status wrapper written in python', -- cgit v1.3