mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-16 07:47:35 +01:00
Updated for version 3.8.0
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
1218e82b71
commit
0722a1172b
3 changed files with 11 additions and 3 deletions
|
@ -1,4 +1,12 @@
|
|||
3.7.5 - 15/01/2020
|
||||
3.8.0 - 05/02/2020
|
||||
Added:
|
||||
- Many changes happen in this version, a big part of code has been rewritten
|
||||
- to improve the code for support Python 3. Possibly will there are some bugs
|
||||
- in the feture versions I would appreciate it if report them.
|
||||
|
||||
- Cheers,
|
||||
- Dimitris
|
||||
|
||||
Fixed:
|
||||
- Bugfix: merge files with slack repository between current and slack versions
|
||||
Updated:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# slpkg 3.7.4
|
||||
# slpkg 3.8.0
|
||||
|
||||
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, 7, 5)
|
||||
__version_info__ = (3, 8, 0)
|
||||
__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