mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-27 09:58:10 +01:00
update version
This commit is contained in:
parent
361fe00523
commit
f9455a1c2e
2 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,11 @@
|
|||
Version 2.3.2
|
||||
21-05-2015
|
||||
|
||||
[Updated] - Update arguments and options.
|
||||
- Remove view package version when upgrade because conflict with
|
||||
some packages with the same name.
|
||||
- Update file license.
|
||||
|
||||
Version 2.3.1
|
||||
14-05-2015
|
||||
|
||||
|
|
|
@ -87,7 +87,7 @@ class MetaData(object):
|
|||
|
||||
__all__ = "slpkg"
|
||||
__author__ = "dslackw"
|
||||
__version_info__ = (2, 3, 1)
|
||||
__version_info__ = (2, 3, 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