diff options
author | Zac Medico <zmedico@gentoo.org> | 2019-02-13 00:29:48 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2019-02-13 00:42:05 -0800 |
commit | 15e2aa6f910643510a23bd89a6b375304a42694f (patch) | |
tree | aa5f9d29e78d8deb0d3be5e0996dc54d3d4e37b3 | |
parent | setup.py: extend sdist to archive files owned by root (diff) | |
download | mirrorselect-15e2aa6f910643510a23bd89a6b375304a42694f.tar.gz mirrorselect-15e2aa6f910643510a23bd89a6b375304a42694f.tar.bz2 mirrorselect-15e2aa6f910643510a23bd89a6b375304a42694f.zip |
Update version for 2.2.4 release2.2.4
Signed-off-by: Zac Medico <zmedico@gentoo.org>
-rw-r--r-- | mirrorselect.8 | 2 | ||||
-rw-r--r-- | mirrorselect/version.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mirrorselect.8 b/mirrorselect.8 index e84e133..7db8c0c 100644 --- a/mirrorselect.8 +++ b/mirrorselect.8 @@ -1,4 +1,4 @@ -.TH "mirrorselect" "8" "2.2.3" +.TH "mirrorselect" "8" "2.2.4" .SH "NAME" .LP diff --git a/mirrorselect/version.py b/mirrorselect/version.py index 60d33ac..abb971b 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.3-git" +version = "2.2.4-git" |