diff --git a/ChangeLog.txt b/ChangeLog.txt index c40b5a56..0d28d120 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -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: diff --git a/README.md b/README.md index 0edd481e..b72c5db1 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/slpkg/__metadata__.py b/slpkg/__metadata__.py index 68b3372a..d9d5aaba 100644 --- a/slpkg/__metadata__.py +++ b/slpkg/__metadata__.py @@ -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"