Bump to version 2.8.0

This commit is contained in:
Dimitris Zlatanidis 2015-09-01 01:47:49 +03:00
parent 6ee23769f5
commit 106b16b16f
3 changed files with 7 additions and 7 deletions

View file

@ -1,4 +1,4 @@
2.7.7 - 31/08/2015
2.8.0 - 1/09/2015
Added:
- NEW configuration file for repositories in /etc/slpkg/repositories.conf
- Enable and disable repositories with command via dialog utility

View file

@ -20,7 +20,7 @@
:target: https://github.com/dslackw/slpkg/issues
Slpkg v2.7.7
Slpkg v2.8.0
============
|
@ -235,8 +235,8 @@ Untar the archive and run install.sh script:
.. code-block:: bash
$ tar xvf slpkg-2.7.7.tar.gz
$ cd slpkg-2.7.7
$ tar xvf slpkg-2.8.0.tar.gz
$ cd slpkg-2.8.0
$ ./install.sh
Using pip:
@ -255,9 +255,9 @@ Using pip:
Bbinary packages:
Slackware: `slpkg-2.7.7-i486-1_dsw.txz <https://github.com/dslackw/slpkg/releases/download/v2.7.7/slpkg-2.7.7-i486-1_dsw.txz>`_
Slackware: `slpkg-2.8.0-i486-1_dsw.txz <https://github.com/dslackw/slpkg/releases/download/v2.8.0/slpkg-2.8.0-i486-1_dsw.txz>`_
Slackware64: `slpkg-2.7.7-x86_64-1_dsw.txz <https://github.com/dslackw/slpkg/releases/download/v2.7.7/slpkg-2.7.7-x86_64-1_dsw.txz>`_
Slackware64: `slpkg-2.8.0-x86_64-1_dsw.txz <https://github.com/dslackw/slpkg/releases/download/v2.8.0/slpkg-2.8.0-x86_64-1_dsw.txz>`_
Optional dependencies

View file

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