aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2019-01-23 10:14:54 -0800
committerZac Medico <zmedico@gentoo.org>2019-01-23 10:15:13 -0800
commit7268ac5c2e06732668cdfaa62a9eb2be9fea17e3 (patch)
tree24e6c5a9a6c02e9d23444ae4d4844214ac41c55a
parentMirrorselect: add 'exclude' option to allow excluding hosts from mirrors list. (diff)
downloadmirrorselect-7268ac5c2e06732668cdfaa62a9eb2be9fea17e3.tar.gz
mirrorselect-7268ac5c2e06732668cdfaa62a9eb2be9fea17e3.tar.bz2
mirrorselect-7268ac5c2e06732668cdfaa62a9eb2be9fea17e3.zip
Update version for 2.2.3 release
Signed-off-by: Zac Medico <zmedico@gentoo.org>
-rw-r--r--mirrorselect.82
-rw-r--r--mirrorselect/version.py4
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 <dolsen@gentoo.org>
@@ -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"