Updated for version 3.7.2

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2019-12-06 13:01:29 +01:00
parent 5446896057
commit 123fa832e7
3 changed files with 6 additions and 7 deletions

View file

@ -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

View file

@ -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.

View file

@ -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"