diff --git a/ChangeLog.txt b/ChangeLog.txt index f39f52fe..64958a0c 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -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 diff --git a/README.md b/README.md index 2ac6ee8e..3cb0c21e 100644 --- a/README.md +++ b/README.md @@ -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: [](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. diff --git a/slpkg/__metadata__.py b/slpkg/__metadata__.py index 24188dca..ca3da4ae 100644 --- a/slpkg/__metadata__.py +++ b/slpkg/__metadata__.py @@ -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"