mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-18 10:26:29 +01:00
Update version
This commit is contained in:
parent
8f196712aa
commit
70fca947c5
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
|||
2.6.2 - 16/07/2015
|
||||
Added:
|
||||
- Health check installed packages
|
||||
Fixed:
|
||||
- Remove directories from slack repo when recreate package lists #29
|
||||
- Fix support Slackware version 13.37 #28
|
||||
|
||||
2.6.1 - 15/07/2015
|
||||
Fixed:
|
||||
- Get installed version
|
||||
|
|
|
@ -88,7 +88,7 @@ class MetaData(object):
|
|||
|
||||
__all__ = "slpkg"
|
||||
__author__ = "dslackw"
|
||||
__version_info__ = (2, 6, 1)
|
||||
__version_info__ = (2, 6, 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