From fcafece0209c30f88a5549f21f29defc4e192da4 Mon Sep 17 00:00:00 2001 From: Ankur Sinha (Ankur Sinha Gmail) Date: Jul 04 2015 17:13:20 +0000 Subject: Bump to 0.3.8.0 --- diff --git a/CHANGELOG b/CHANGELOG index 9be9f44..a33ac95 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,10 @@ fpaste ChangeLog +0.3.8.0 - 20150704 + + *) Update to py3 + *) Some pep8/pep257 changes + 0.3.7.4 - 20150522 *) Update desktop list diff --git a/docs/man/en/fpaste.1 b/docs/man/en/fpaste.1 index 06e80fd..25f7d6c 100644 --- a/docs/man/en/fpaste.1 +++ b/docs/man/en/fpaste.1 @@ -1,5 +1,5 @@ .\" first draft by Ankur Sinha <ankursinha at fedoraproject.org> -.TH "fpaste" "1" "version 0.3.7.4" "Fedora Unity" "" +.TH "fpaste" "1" "version 0.3.8.0" "Fedora Unity" "" .SH "NAME" fpaste \- A cli frontend for the fpaste.org pastebin .SH "SYNOPSIS" diff --git a/fpaste b/fpaste index 054b90d..a0b4a3f 100755 --- a/fpaste +++ b/fpaste @@ -16,7 +16,7 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see . -VERSION = '0.3.7.4' +VERSION = '0.3.8.0' USER_AGENT = 'fpaste/' + VERSION SET_DESCRIPTION_IF_EMPTY = 1 # stdin, clipboard, sysinfo # FPASTE_URL = 'http://fpaste.org/'