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 81DAE138334 for ; Wed, 23 Jan 2019 18:16:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83C32E0967; Wed, 23 Jan 2019 18:16:02 +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 581D1E0967 for ; Wed, 23 Jan 2019 18:16:02 +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 92C61335D10 for ; Wed, 23 Jan 2019 18:16:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E082552A for ; Wed, 23 Jan 2019 18:15:58 +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: <1548267313.7268ac5c2e06732668cdfaa62a9eb2be9fea17e3.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: 7268ac5c2e06732668cdfaa62a9eb2be9fea17e3 X-VCS-Branch: master Date: Wed, 23 Jan 2019 18:15:58 +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: 0a91f3a1-9cb5-44e7-b744-f3fcf18e5104 X-Archives-Hash: 4ceb19419e7c6e4c1d5ea6e4c72550ea commit: 7268ac5c2e06732668cdfaa62a9eb2be9fea17e3 Author: Zac Medico gentoo org> AuthorDate: Wed Jan 23 18:14:54 2019 +0000 Commit: Zac Medico gentoo org> CommitDate: Wed Jan 23 18:15:13 2019 +0000 URL: https://gitweb.gentoo.org/proj/mirrorselect.git/commit/?id=7268ac5c Update version for 2.2.3 release Signed-off-by: Zac Medico gentoo.org> mirrorselect.8 | 2 +- mirrorselect/version.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mirrorselect.8 b/mirrorselect.8 index 3a1e304..e84e133 100644 --- a/mirrorselect.8 +++ b/mirrorselect.8 @@ -1,4 +1,4 @@ -.TH "mirrorselect" "8" "2.2.2" +.TH "mirrorselect" "8" "2.2.3" .SH "NAME" .LP diff --git a/mirrorselect/version.py b/mirrorselect/version.py index ce110c9..60d33ac 100644 --- a/mirrorselect/version.py +++ b/mirrorselect/version.py @@ -5,7 +5,7 @@ """Mirrorselect 2.x Tool for selecting Gentoo source and rsync mirrors. -Copyright 2012 Gentoo Foundation +Copyright 2012-2019 Gentoo Authors Copyright (C) 2012 Brian Dolbec @@ -25,5 +25,5 @@ Distributed under the terms of the GNU General Public License v2 """ -version = "2.2.2-git" +version = "2.2.3-git"