version bump (dev) / CHANGELOG
welcome new maintainers: @d4708 , @FraYoshi and @prtngn !
This commit is contained in:
parent
90092842a1
commit
906e15a7a0
2 changed files with 9 additions and 3 deletions
|
@ -13,9 +13,9 @@ import time
|
|||
class Config(object):
|
||||
|
||||
def __init__(self, argv):
|
||||
self.version = "0.7.5"
|
||||
self.version = "0.7.5+"
|
||||
# DEPRECATED ; replace with git-generated commit
|
||||
self.rev = 5010
|
||||
self.rev = 5020
|
||||
self.argv = argv
|
||||
self.action = None
|
||||
self.test_parser = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue