v0.7.5
(and changelog update)
This commit is contained in:
parent
c5e8841d0f
commit
fca3c8544d
2 changed files with 5 additions and 3 deletions
|
@ -13,9 +13,9 @@ import time
|
|||
class Config(object):
|
||||
|
||||
def __init__(self, argv):
|
||||
self.version = "0.7.4+"
|
||||
self.version = "0.7.5"
|
||||
# DEPRECATED ; replace with git-generated commit
|
||||
self.rev = 5004
|
||||
self.rev = 5010
|
||||
self.argv = argv
|
||||
self.action = None
|
||||
self.test_parser = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue