diff options
| author | Paul C. Buetow (mars.fritz.box) <paul@buetow.org> | 2014-04-29 07:45:20 +0200 |
|---|---|---|
| committer | Paul C. Buetow (mars.fritz.box) <paul@buetow.org> | 2014-04-29 07:45:20 +0200 |
| commit | 9cfdb67524122b13436556d9f1c3841e6f91a02e (patch) | |
| tree | 3fa32ce1c774ed044286c7aaac8409ce7eb3843c | |
| parent | 026d6c35112f17f3d327f7f7b905b8ab9ceeddb5 (diff) | |
New release
| -rw-r--r-- | .version | 2 | ||||
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | debian/files | 2 | ||||
| -rw-r--r-- | docs/fapi.1 | 2 | ||||
| -rwxr-xr-x | src/fapi | 1 |
5 files changed, 9 insertions, 4 deletions
@@ -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 @@ -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=''): |
