Version 0.5.6, Changelog

This commit is contained in:
shortcutme 2017-06-15 22:23:00 +02:00
parent a89f66e8b5
commit db8c85d249
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE
2 changed files with 46 additions and 1 deletions

View file

@ -9,7 +9,7 @@ import ConfigParser
class Config(object):
def __init__(self, argv):
self.version = "0.5.5"
self.version = "0.5.6"
self.rev = 2109
self.argv = argv
self.action = None