From 9cfdb67524122b13436556d9f1c3841e6f91a02e Mon Sep 17 00:00:00 2001 From: "Paul C. Buetow (mars.fritz.box)" Date: Tue, 29 Apr 2014 07:45:20 +0200 Subject: New release --- .version | 2 +- debian/changelog | 6 ++++++ debian/files | 2 +- docs/fapi.1 | 2 +- src/fapi | 1 - 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.version b/.version index ee6cdce..b616048 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.6.1 +0.6.2 diff --git a/debian/changelog b/debian/changelog index e8a85f5..a56eda1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +fapi (0.6.2) stable; urgency=low + + * Some more PEP8 + + -- Paul Buetow Tue, 29 Apr 2014 07:44:58 +0200 + fapi (0.6.1) stable; urgency=low * Minor fix in synopsis.txt generation diff --git a/debian/files b/debian/files index c97e89c..9aa4bcb 100644 --- a/debian/files +++ b/debian/files @@ -1 +1 @@ -fapi_0.6.1_all.deb utils optional +fapi_0.6.2_all.deb utils optional diff --git a/docs/fapi.1 b/docs/fapi.1 index b23ede1..b19cc21 100644 --- a/docs/fapi.1 +++ b/docs/fapi.1 @@ -124,7 +124,7 @@ .\" ======================================================================== .\" .IX Title "FAPI 1" -.TH FAPI 1 "2014-04-29" "fapi 0.6.1" "User Commands" +.TH FAPI 1 "2014-04-29" "fapi 0.6.2" "User Commands" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff --git a/src/fapi b/src/fapi index 2e3ee3f..5d26e2a 100755 --- a/src/fapi +++ b/src/fapi @@ -40,7 +40,6 @@ class FapiBase(object): color = reset = '' else: reset = '' if color == '' else Style.RESET_ALL - print >> sys.stderr, (color+'%s'+reset) % message def out(self, result, color=''): -- cgit v1.2.3