Update version

This commit is contained in:
Dimitris Zlatanidis 2015-07-26 00:59:21 +03:00
parent 534709cf5e
commit a4886e7db8
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
2.6.6 - 25/07/2015
Added:
- Dependencies status (command deps-status) message if no logs found
- Optional pygraphviz module to drawing image map dependencies
Updated:
- Write dependencies logs with full packages
2.6.5 - 23/07/2015 2.6.5 - 23/07/2015
Added: Added:
- Dependencies status command - Dependencies status command

View file

@ -88,7 +88,7 @@ class MetaData(object):
__all__ = "slpkg" __all__ = "slpkg"
__author__ = "dslackw" __author__ = "dslackw"
__version_info__ = (2, 6, 5) __version_info__ = (2, 6, 6)
__version__ = "{0}.{1}.{2}".format(*__version_info__) __version__ = "{0}.{1}.{2}".format(*__version_info__)
__license__ = "GNU General Public License v3 (GPLv3)" __license__ = "GNU General Public License v3 (GPLv3)"
__email__ = "d.zlatanidis@gmail.com" __email__ = "d.zlatanidis@gmail.com"