diff options
author | Zac Medico <zmedico@gentoo.org> | 2019-05-27 10:33:46 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2019-05-27 11:01:35 -0700 |
commit | 72aa138d7c866d42b3bfea011f3622c3c6db755d (patch) | |
tree | d1327c470de62d3144547da8442bae689277b960 | |
parent | get_filesystem_mirrors: fix DeprecationWarning: invalid escape sequence \ (diff) | |
download | mirrorselect-72aa138d7c866d42b3bfea011f3622c3c6db755d.tar.gz mirrorselect-72aa138d7c866d42b3bfea011f3622c3c6db755d.tar.bz2 mirrorselect-72aa138d7c866d42b3bfea011f3622c3c6db755d.zip |
Update version for 2.2.5 release2.2.5
Signed-off-by: Zac Medico <zmedico@gentoo.org>
-rw-r--r-- | MANIFEST.in | 1 | ||||
-rw-r--r-- | mirrorselect.8 | 2 | ||||
-rw-r--r-- | 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" |