Update version

This commit is contained in:
Dimitris Zlatanidis 2016-01-29 14:44:45 +02:00
parent a1be391d81
commit 2c27598994
3 changed files with 12 additions and 6 deletions

View file

@ -1,3 +1,9 @@
3.0.8 - 29/01/2016
Added:
- Flag "--name" in option list to show only package name
Fixed:
- Duplicate packages in repository ktown with option list
3.0.7 - 26/01/2016
Updated:
- Help menu

View file

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

View file

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