commit: 72aa138d7c866d42b3bfea011f3622c3c6db755d Author: Zac Medico <zmedico <AT> gentoo <DOT> org> AuthorDate: Mon May 27 17:33:46 2019 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> 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 <zmedico <AT> 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"
