summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul C. Buetow (mars.fritz.box) <paul@buetow.org>2014-04-29 07:45:20 +0200
committerPaul C. Buetow (mars.fritz.box) <paul@buetow.org>2014-04-29 07:45:20 +0200
commit9cfdb67524122b13436556d9f1c3841e6f91a02e (patch)
tree3fa32ce1c774ed044286c7aaac8409ce7eb3843c
parent026d6c35112f17f3d327f7f7b905b8ab9ceeddb5 (diff)
New release
-rw-r--r--.version2
-rw-r--r--debian/changelog6
-rw-r--r--debian/files2
-rw-r--r--docs/fapi.12
-rwxr-xr-xsrc/fapi1
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 <paul@buetow.org> 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=''):