Update version

This commit is contained in:
Dimitris Zlatanidis 2017-04-07 21:09:11 +03:00
parent a33040b75a
commit 666ab0ffeb
2 changed files with 6 additions and 6 deletions

View file

@ -20,7 +20,7 @@
:target: https://github.com/dslackw/slpkg/issues :target: https://github.com/dslackw/slpkg/issues
Slpkg v3.2.6 Slpkg v3.2.7
============ ============
| |
@ -79,8 +79,8 @@ Download latest release:
Required root privileges Required root privileges
$ tar xvf slpkg-3.2.6.tar.gz $ tar xvf slpkg-3.2.7.tar.gz
$ cd slpkg-3.2.6 $ cd slpkg-3.2.7
$ ./install.sh $ ./install.sh
If you want to build slpkg for use with Python 3.x (needs the If you want to build slpkg for use with Python 3.x (needs the
@ -116,9 +116,9 @@ Using pip:
Binary packages: Binary packages:
Slackware: `slpkg-3.2.6-i586-1_dsw.txz <https://github.com/dslackw/slpkg/releases/download/v3.2.6/slpkg-3.2.6-i586-1_dsw.txz>`_ Slackware: `slpkg-3.2.7-i586-1_dsw.txz <https://github.com/dslackw/slpkg/releases/download/v3.2.7/slpkg-3.2.7-i586-1_dsw.txz>`_
Slackware64: `slpkg-3.2.6-x86_64-1_dsw.txz <https://github.com/dslackw/slpkg/releases/download/v3.2.6/slpkg-3.2.6-x86_64-1_dsw.txz>`_ Slackware64: `slpkg-3.2.7-x86_64-1_dsw.txz <https://github.com/dslackw/slpkg/releases/download/v3.2.7/slpkg-3.2.7-x86_64-1_dsw.txz>`_
Optional dependencies Optional dependencies

View file

@ -78,7 +78,7 @@ class MetaData(object):
__all__ = "slpkg" __all__ = "slpkg"
__author__ = "dslackw" __author__ = "dslackw"
__version_info__ = (3, 2, 6) __version_info__ = (3, 2, 7)
__version__ = "{0}.{1}.{2}".format(*__version_info__) __version__ = "{0}.{1}.{2}".format(*__version_info__)
__license__ = "GNU General Public License v3 (GPLv3)" __license__ = "GNU General Public License v3 (GPLv3)"
__email__ = "d.zlatanidis@gmail.com" __email__ = "d.zlatanidis@gmail.com"