mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-16 07:47:35 +01:00
Update version
This commit is contained in:
parent
9862b9e956
commit
dc0b928bee
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
|||
2.5.5 - 23/06/-2015
|
||||
Added:
|
||||
- Summary in option "--FIND", "--check" and "repo-list"
|
||||
Updated:
|
||||
- Package view align
|
||||
- Repositories view list
|
||||
|
||||
2.5.4 - 22/06/2015
|
||||
Added:
|
||||
- Support local repositories and you can add with command "repo-add"
|
||||
|
|
|
@ -88,7 +88,7 @@ class MetaData(object):
|
|||
|
||||
__all__ = "slpkg"
|
||||
__author__ = "dslackw"
|
||||
__version_info__ = (2, 5, 4)
|
||||
__version_info__ = (2, 5, 5)
|
||||
__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