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 0B324138334 for ; Wed, 17 Jul 2019 05:09:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49547E07B3; Wed, 17 Jul 2019 05:09:56 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 30FDFE07B3 for ; Wed, 17 Jul 2019 05:09:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 962D7347D8E for ; Wed, 17 Jul 2019 05:09:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0626158B for ; Wed, 17 Jul 2019 05:09:52 +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: <1563340084.823dd74dfc9cdfee5072c8595619b669625f5942.zmedico@gentoo> Subject: [gentoo-commits] proj/mirrorselect:master commit in: /, mirrorselect/ X-VCS-Repository: proj/mirrorselect X-VCS-Files: mirrorselect.8 mirrorselect/version.py X-VCS-Directories: mirrorselect/ / X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 823dd74dfc9cdfee5072c8595619b669625f5942 X-VCS-Branch: master Date: Wed, 17 Jul 2019 05:09:52 +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: ad93f187-50a1-4fa0-9f4c-89c9741670b8 X-Archives-Hash: 3cb8450bc71a0bf6363719e70fd84185 commit: 823dd74dfc9cdfee5072c8595619b669625f5942 Author: Zac Medico gentoo org> AuthorDate: Wed Jul 17 05:07:56 2019 +0000 Commit: Zac Medico gentoo org> CommitDate: Wed Jul 17 05:08:04 2019 +0000 URL: https://gitweb.gentoo.org/proj/mirrorselect.git/commit/?id=823dd74d Update version for 2.2.5 release Signed-off-by: Zac Medico gentoo.org> mirrorselect.8 | 2 +- mirrorselect/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mirrorselect.8 b/mirrorselect.8 index 5bdb43d..8f0f56e 100644 --- a/mirrorselect.8 +++ b/mirrorselect.8 @@ -1,4 +1,4 @@ -.TH "mirrorselect" "8" "2.2.5" +.TH "mirrorselect" "8" "2.2.6" .SH "NAME" .LP diff --git a/mirrorselect/version.py b/mirrorselect/version.py index fefb0df..ce4f7f4 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.5-git" +version = "2.2.6-git"