mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-28 09:58:21 +01:00
update version
This commit is contained in:
parent
6cf8193083
commit
b4618f6413
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
|||
Version 2.3.5
|
||||
30-05-2014
|
||||
|
||||
[Updated] - Added version for SBo packages when search with option
|
||||
'-F'.
|
||||
|
||||
|
||||
Version 2.3.4
|
||||
28-05-2014
|
||||
|
||||
|
|
|
@ -88,7 +88,7 @@ class MetaData(object):
|
|||
|
||||
__all__ = "slpkg"
|
||||
__author__ = "dslackw"
|
||||
__version_info__ = (2, 3, 4)
|
||||
__version_info__ = (2, 3, 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