Updated for version 3.9.7

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2022-04-26 16:42:27 +03:00
parent 4c12b784be
commit fd6ce3d865
3 changed files with 7 additions and 3 deletions

View file

@ -1,4 +1,8 @@
3.9.5 - 02/04/2022
3.9.7 - 02/04/2022
Fixed:
- Stderr error output
3.9.6 - 02/04/2022
Updated:
- Compared packages version when distribution upgrade

View file

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