Update version

This commit is contained in:
Dimitris Zlatanidis 2015-09-23 09:08:30 +03:00
parent 91aae69955
commit 465dad5439
3 changed files with 11 additions and 7 deletions

View file

@ -1,4 +1,8 @@
2.9.2 - 21/08/2015
2.9.3 - 23/09/2015
Added:
- Default repositories file to allow editing urls
2.9.2 - 21/09/2015
Added:
- Clear screen in "--network" option
Updated:

View file

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

View file

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