Update version

This commit is contained in:
Dimitris Zlatanidis 2016-05-26 03:45:11 +03:00
parent 3508b6fd08
commit b90ef30758
3 changed files with 10 additions and 6 deletions

View file

@ -1,3 +1,7 @@
3.1.5 - 26/05/2016
Fixed:
- Option "-l, --list" working with all arguments
3.1.4 - 11/05/2016 3.1.4 - 11/05/2016
Updated: Updated:
- slackers.it default repository - slackers.it default repository

View file

@ -20,7 +20,7 @@
:target: https://github.com/dslackw/slpkg/issues :target: https://github.com/dslackw/slpkg/issues
Slpkg v3.1.4 Slpkg v3.1.5
============ ============
| |
@ -79,8 +79,8 @@ Download latest release:
Required root privileges Required root privileges
$ tar xvf slpkg-3.1.4.tar.gz $ tar xvf slpkg-3.1.5.tar.gz
$ cd slpkg-3.1.4 $ cd slpkg-3.1.5
$ ./install.sh $ ./install.sh
Installed as Slackware package Installed as Slackware package
@ -111,9 +111,9 @@ Using pip:
Binary packages: Binary packages:
Slackware: `slpkg-3.1.4-i486-1_dsw.txz <https://github.com/dslackw/slpkg/releases/download/v3.1.4/slpkg-3.1.4-i486-1_dsw.txz>`_ Slackware: `slpkg-3.1.5-i486-1_dsw.txz <https://github.com/dslackw/slpkg/releases/download/v3.1.5/slpkg-3.1.5-i486-1_dsw.txz>`_
Slackware64: `slpkg-3.1.4-x86_64-1_dsw.txz <https://github.com/dslackw/slpkg/releases/download/v3.1.4/slpkg-3.1.4-x86_64-1_dsw.txz>`_ Slackware64: `slpkg-3.1.5-x86_64-1_dsw.txz <https://github.com/dslackw/slpkg/releases/download/v3.1.5/slpkg-3.1.5-x86_64-1_dsw.txz>`_
Optional dependencies Optional dependencies

View file

@ -77,7 +77,7 @@ class MetaData(object):
__all__ = "slpkg" __all__ = "slpkg"
__author__ = "dslackw" __author__ = "dslackw"
__version_info__ = (3, 1, 4) __version_info__ = (3, 1, 5)
__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"