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
639339cefc
commit
6ff70eba40
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
3.1.8 - 05/10/2016
|
||||
Fixed:
|
||||
- Print repository error message without usage
|
||||
|
||||
3.1.7 - 14/07/2016
|
||||
Fixed:
|
||||
- Update only one repository and check and upgrade packages from it #69
|
||||
|
|
|
@ -77,7 +77,7 @@ class MetaData(object):
|
|||
|
||||
__all__ = "slpkg"
|
||||
__author__ = "dslackw"
|
||||
__version_info__ = (3, 1, 7)
|
||||
__version_info__ = (3, 1, 8)
|
||||
__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