Updated to version 3.8.3

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2020-02-17 12:21:17 +01:00
parent fbaec8bd10
commit f465d6f141
3 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
3.8.3 - 17/02/2020
BugFix:
- Counting packages for binaries repositories
3.8.2 - 15/02/2020
Fixed:
- SBo repository view Packages and New version

View file

@ -1,4 +1,4 @@
# slpkg 3.8.2
# slpkg 3.8.3
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, 2)
__version_info__ = (3, 8, 3)
__version__ = "{0}.{1}.{2}".format(*__version_info__)
__license__ = "GNU General Public License v3 (GPLv3)"
__email__ = "d.zlatanidis@gmail.com"