From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A0B65138334 for ; Mon, 27 May 2019 18:08:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B9ABDE0830; Mon, 27 May 2019 18:08:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9E9F4E0830 for ; Mon, 27 May 2019 18:08:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 24DCD344E27 for ; Mon, 27 May 2019 18:08:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 38F0957B for ; Mon, 27 May 2019 18:08:49 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1558980095.72aa138d7c866d42b3bfea011f3622c3c6db755d.zmedico@gentoo> Subject: [gentoo-commits] proj/mirrorselect:master commit in: /, mirrorselect/ X-VCS-Repository: proj/mirrorselect X-VCS-Files: MANIFEST.in mirrorselect.8 mirrorselect/version.py X-VCS-Directories: mirrorselect/ / X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 72aa138d7c866d42b3bfea011f3622c3c6db755d X-VCS-Branch: master Date: Mon, 27 May 2019 18:08:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0db113b8-1c24-4b99-ae14-cec02e2c88e1 X-Archives-Hash: 3749f3282a9b06e35d616f1364db12c4 commit: 72aa138d7c866d42b3bfea011f3622c3c6db755d Author: Zac Medico gentoo org> AuthorDate: Mon May 27 17:33:46 2019 +0000 Commit: Zac Medico gentoo org> CommitDate: Mon May 27 18:01:35 2019 +0000 URL: https://gitweb.gentoo.org/proj/mirrorselect.git/commit/?id=72aa138d Update version for 2.2.5 release Signed-off-by: Zac Medico gentoo.org> MANIFEST.in | 1 + mirrorselect.8 | 2 +- mirrorselect/version.py | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..b562f73 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1 @@ +recursive-include tests *.py diff --git a/mirrorselect.8 b/mirrorselect.8 index 7db8c0c..5bdb43d 100644 --- a/mirrorselect.8 +++ b/mirrorselect.8 @@ -1,4 +1,4 @@ -.TH "mirrorselect" "8" "2.2.4" +.TH "mirrorselect" "8" "2.2.5" .SH "NAME" .LP diff --git a/mirrorselect/version.py b/mirrorselect/version.py index abb971b..fefb0df 100644 --- a/mirrorselect/version.py +++ b/mirrorselect/version.py @@ -25,5 +25,5 @@ Distributed under the terms of the GNU General Public License v2 """ -version = "2.2.4-git" +version = "2.2.5-git"