version bump (dev) / CHANGELOG

welcome new maintainers: @d4708 , @FraYoshi and @prtngn !
This commit is contained in:
caryoscelus 2022-05-28 13:41:55 +04:00
parent 90092842a1
commit 906e15a7a0
2 changed files with 9 additions and 3 deletions

View file

@ -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