Update version

This commit is contained in:
Dimitris Zlatanidis 2016-01-19 21:54:26 +02:00
parent 0c5b05d92d
commit b71d1db01d
3 changed files with 12 additions and 6 deletions

View file

@ -1,3 +1,9 @@
3.0.6 - 19/01/2016
Fixed:
- "IndexError: list index out of range" when remove packages with "--tag" option
Updated:
- README.rst file
3.0.5 - 06/01/2016
Updated:
- Positions arguments in queue and blacklist option for "--add" and "--remove"

View file

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

View file

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