Updated to version 3.4.1

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2019-01-23 10:30:27 +01:00
parent fc532f2b69
commit 2f20d6c805
3 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
3.4.1 - 23/01/2019
Fixed:
- Fix manpage
3.4.0 - 21/01/2019 3.4.0 - 21/01/2019
Updated: Updated:
- Updated manpage - Updated manpage

View file

@ -1,4 +1,4 @@
# slpkg 3.4.0 # slpkg 3.4.1
Slpkg is a powerful software package manager that installs, updates, and removes packages on 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 [Slackware](http://www.slackware.com/) based systems. It automatically computes dependencies and

View file

@ -78,7 +78,7 @@ class MetaData(object):
__all__ = "slpkg" __all__ = "slpkg"
__author__ = "dslackw" __author__ = "dslackw"
__version_info__ = (3, 4, 0) __version_info__ = (3, 4, 1)
__version__ = "{0}.{1}.{2}".format(*__version_info__) __version__ = "{0}.{1}.{2}".format(*__version_info__)
__license__ = "GNU General Public License v3 (GPLv3)" __license__ = "GNU General Public License v3 (GPLv3)"
__email__ = "d.zlatanidis@gmail.com" __email__ = "d.zlatanidis@gmail.com"