mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-17 07:48:18 +01:00
Update version
This commit is contained in:
parent
2fef1930ee
commit
0a42f40e2d
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
Version 2.5.2
|
||||
16-06-2015
|
||||
|
||||
[Updated] - Update resolve dependencies classes.
|
||||
|
||||
|
||||
Version 2.5.1
|
||||
14-06-2015
|
||||
|
||||
|
|
|
@ -88,7 +88,7 @@ class MetaData(object):
|
|||
|
||||
__all__ = "slpkg"
|
||||
__author__ = "dslackw"
|
||||
__version_info__ = (2, 5, 1)
|
||||
__version_info__ = (2, 5, 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