Updated for version 3.7.4

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2019-12-20 17:54:55 +01:00
parent caa72df379
commit 0b227ec83d
3 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
3.7.4 - 20/12/2019
Fixed:
-Bugfix: UnicodeDecodeError: 'utf-8' codec can't decode byte
3.7.3 - 11/12/2019
FIxed:
- Bugfix: Slackware-current from Alien Bob 20191130 #119

View file

@ -1,4 +1,4 @@
# slpkg 3.7.3
# slpkg 3.7.4
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

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