From 5fce3ec0518f500112c884a9367034996664ee96 Mon Sep 17 00:00:00 2001 From: Ankur Sinha (Ankur Sinha Gmail) Date: Jun 08 2016 07:09:25 +0000 Subject: Version bump --- diff --git a/CHANGELOG b/CHANGELOG index 5cebaea..2b43a17 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,9 @@ fpaste ChangeLog +0.3.8.2 - 20160608 + + *) Apply randomuser's patch to use https + 0.3.8.1 - 20150929 *) Fix rhbz 1262937 - bug in rpm -qa section diff --git a/docs/man/en/fpaste.1 b/docs/man/en/fpaste.1 index 15791fa..731b79b 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.8.1" "Fedora Unity" "" +.TH "fpaste" "1" "version 0.3.8.2" "Fedora Unity" "" .SH "NAME" fpaste \- A cli frontend for the fpaste.org pastebin .SH "SYNOPSIS" diff --git a/fpaste b/fpaste index 8496163..7ff58a1 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.8.1' +VERSION = '0.3.8.2' USER_AGENT = 'fpaste/' + VERSION SET_DESCRIPTION_IF_EMPTY = 1 # stdin, clipboard, sysinfo # FPASTE_URL = 'http://fpaste.org/'