update for version 2.0.8

This commit is contained in:
Dimitris Zlatanidis 2014-11-26 04:26:50 +02:00
parent 1608317b97
commit 16312f1ed6
6 changed files with 9 additions and 9 deletions

View file

@ -1,5 +1,5 @@
Version 2.0.8
24-11-2014
25-11-2014
[Updated] - Add more options in slpkg configuration file.

View file

@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: slpkg
Version: 2.0.7
Version: 2.0.8
Author: dslackw
Author-email: d zlatanidis at gmail com
Maintainer: dslackw

View file

@ -11,9 +11,9 @@
Latest Release:
- Version: 2.0.7
- Version: 2.0.8
- `Package <https://sourceforge.net/projects/slpkg/files/slpkg/binary/>`_
- `Source <https://github.com/dslackw/slpkg/archive/v2.0.7.tar.gz>`_
- `Source <https://github.com/dslackw/slpkg/archive/v2.0.8.tar.gz>`_
- `CHANGELOG <https://github.com/dslackw/slpkg/blob/master/CHANGELOG>`_
.. image:: https://raw.githubusercontent.com/dslackw/images/master/slpkg/logo.png
@ -112,8 +112,8 @@ Untar the archive and run install.sh script:
.. code-block:: bash
$ tar xvf slpkg-2.0.7.tar.gz
$ cd slpkg-2.0.7
$ tar xvf slpkg-2.0.8.tar.gz
$ cd slpkg-2.0.8
$ ./install.sh
From SourceForge:

View file

@ -21,7 +21,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=slpkg
VERSION=${VERSION:-2.0.7}
VERSION=${VERSION:-2.0.8}
TAG=${TAG:-_dsw}
# Installation script.

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=slpkg
VERSION=${VERSION:-2.0.7}
VERSION=${VERSION:-2.0.8}
BUILD=${BUILD:-1}
TAG=${TAG:-_dsw}

View file

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