Updated for version 3.8.6

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2020-03-22 10:29:41 +01:00
parent c1cb98d3cc
commit e081b28d6f
3 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
3.8.6 - 22/03/2020
BugFix:
- Message function pkg_not_found arguments
3.8.5 - 5/03/2020
Added:
- set export variable $TAG #126

View file

@ -1,4 +1,4 @@
# slpkg 3.8.5
# slpkg 3.8.6
Slpkg is a powerful software package manager that installs, updates, and removes packages on
[Slackware](http://www.slackware.com/) based systems. It automatically computes dependencies and

View file

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