Update version

This commit is contained in:
Dimitris Zlatanidis 2015-09-24 21:18:25 +03:00
parent 5760af4070
commit 5a5ed0beea
3 changed files with 8 additions and 6 deletions

View file

@ -1,6 +1,8 @@
2.9.4 - 24/09/2015
Updated:
- KeyboardInterrupt for main.py
Fixed:
- Pylint errors and code health
2.9.3 - 23/09/2015
Added:

View file

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

View file

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