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
0a125a6e1f
commit
975705a965
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
2.6.7 - 28/07/2015
|
||||
Fixed:
|
||||
- Fix typo #32
|
||||
Added:
|
||||
- graph-easy optional require to draw dependencies ascci diagram
|
||||
|
||||
2.6.6 - 25/07/2015
|
||||
Added:
|
||||
- Dependencies status (command deps-status) message if no logs found
|
||||
|
|
|
@ -88,7 +88,7 @@ class MetaData(object):
|
|||
|
||||
__all__ = "slpkg"
|
||||
__author__ = "dslackw"
|
||||
__version_info__ = (2, 6, 6)
|
||||
__version_info__ = (2, 6, 7)
|
||||
__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