update version

This commit is contained in:
Dimitris Zlatanidis 2015-05-21 03:32:25 +03:00
parent 361fe00523
commit f9455a1c2e
2 changed files with 9 additions and 1 deletions

View file

@ -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

View file

@ -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"