new development cycle
This commit is contained in:
parent
06db221bbd
commit
03a9f2c490
1 changed files with 2 additions and 2 deletions
|
@ -97,10 +97,10 @@ trackers = [
|
||||||
class Config(object):
|
class Config(object):
|
||||||
|
|
||||||
def __init__(self, argv):
|
def __init__(self, argv):
|
||||||
self.version = "0.7.8.1"
|
self.version = "0.7.8.1+"
|
||||||
self.user_agent = "conservancy"
|
self.user_agent = "conservancy"
|
||||||
# DEPRECATED ; replace with git-generated commit
|
# DEPRECATED ; replace with git-generated commit
|
||||||
self.rev = 5040
|
self.rev = 5041
|
||||||
self.user_agent_rev = 8192
|
self.user_agent_rev = 8192
|
||||||
self.argv = argv
|
self.argv = argv
|
||||||
self.action = None
|
self.action = None
|
||||||
|
|
Loading…
Reference in a new issue