mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-16 07:47:35 +01:00
Updated for version 3.9.7
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
4c12b784be
commit
fd6ce3d865
3 changed files with 7 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue