mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-16 07:47:35 +01:00
Updated for version 3.7.2
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
5446896057
commit
123fa832e7
3 changed files with 6 additions and 7 deletions
|
@ -1,3 +1,7 @@
|
|||
3.7.2 - 06/12/2019
|
||||
Fixed:
|
||||
- Bugfix handle requests raise ConnectionError
|
||||
|
||||
3.7.1 - 03/12/2019
|
||||
Updated:
|
||||
- pythondialog dependency
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# slpkg 3.7.1
|
||||
# slpkg 3.7.2
|
||||
|
||||
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
|
||||
|
@ -14,16 +14,11 @@ target as well as easy to understand and use, also use colors to highlight packa
|
|||
display warning messages, etc.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#### Asciicast:
|
||||
|
||||
[<img src="https://asciinema.org/a/3uFNAOX8o16AmKKJDIvdezPBa" width="250"/>](https://asciinema.org/a/3uFNAOX8o16AmKKJDIvdezPBa)
|
||||
|
||||
|
||||
|
||||
|
||||
##### Copyright
|
||||
|
||||
Copyright 2014-2019 © Dimitris Zlatanidis. Slackware® is a Registered Trademark of Patrick Volkerding. Linux is a Registered Trademark of Linus Torvalds.
|
||||
|
|
|
@ -78,7 +78,7 @@ class MetaData(object):
|
|||
|
||||
__all__ = "slpkg"
|
||||
__author__ = "dslackw"
|
||||
__version_info__ = (3, 7, 1)
|
||||
__version_info__ = (3, 7, 2)
|
||||
__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