Update for version 3.2.1

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2016-10-25 23:28:57 +03:00
parent ec78e702ea
commit b83a952db4
3 changed files with 10 additions and 6 deletions

View file

@ -1,3 +1,7 @@
3.2.1 - 25/10/2016
Fixed:
- Return exit code when packages for installation not found #73
3.2.0 - 19/10/2016
Added:
- rlworkman.deps dependencies configuration file

View file

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

View file

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