Bump to version 3.0.0

This commit is contained in:
Dimitris Zlatanidis 2015-10-15 02:17:28 +03:00
parent 6c76e27c63
commit e47c5ab98f
3 changed files with 7 additions and 7 deletions

View file

@ -1,4 +1,4 @@
2.9.8 - 14/10/2015
3.0.0 - 15/10/2015
Fixed:
- Return checksums for SBo repository

View file

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

View file

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