Update version

This commit is contained in:
Dimitris Zlatanidis 2015-07-30 05:42:27 +03:00
parent 38b2d7c1f0
commit 2d140ba079
3 changed files with 9 additions and 5 deletions

View file

@ -1,3 +1,7 @@
2.6.8 - 30/07/2015
Fixed:
- SBo dependencies installation order
2.6.7 - 28/07/2015
Fixed:
- Fix typo #32

View file

@ -228,8 +228,8 @@ Untar the archive and run install.sh script:
.. code-block:: bash
$ tar xvf slpkg-2.6.7.tar.gz
$ cd slpkg-2.6.7
$ tar xvf slpkg-2.6.8.tar.gz
$ cd slpkg-2.6.8
$ ./install.sh
Using pip:
@ -248,9 +248,9 @@ Using pip:
Bbinary packages:
Slackware: `slpkg-2.6.7-i486-1_dsw.txz <https://github.com/dslackw/slpkg/releases/download/v2.6.7/slpkg-2.6.7-i486-1_dsw.txz>`_
Slackware: `slpkg-2.6.8-i486-1_dsw.txz <https://github.com/dslackw/slpkg/releases/download/v2.6.8/slpkg-2.6.8-i486-1_dsw.txz>`_
Slackware64: `slpkg-2.6.7-x86_64-1_dsw.txz <https://github.com/dslackw/slpkg/releases/download/v2.6.7/slpkg-2.6.7-x86_64-1_dsw.txz>`_
Slackware64: `slpkg-2.6.8-x86_64-1_dsw.txz <https://github.com/dslackw/slpkg/releases/download/v2.6.8/slpkg-2.6.8-x86_64-1_dsw.txz>`_
Upgrade

View file

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