version bump
This commit is contained in:
parent
66001ee8b7
commit
4786633b9d
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
### zeronet-conservancy 0.7.6+
|
||||||
|
maintainers: @caryoscelus, @FraYoshi, @prtngn, @unmanbearpig
|
||||||
|
- xmr donations in sidebar fixed (@caryoscelus)
|
||||||
|
|
||||||
### zeronet-conservancy 0.7.6
|
### zeronet-conservancy 0.7.6
|
||||||
maintainers: @caryoscelus, @d4708, @FraYoshi, @prtngn
|
maintainers: @caryoscelus, @d4708, @FraYoshi, @prtngn
|
||||||
- more trackers from Syncronite by default
|
- more trackers from Syncronite by default
|
||||||
|
|
|
@ -13,9 +13,9 @@ import time
|
||||||
class Config(object):
|
class Config(object):
|
||||||
|
|
||||||
def __init__(self, argv):
|
def __init__(self, argv):
|
||||||
self.version = "0.7.6"
|
self.version = "0.7.6+"
|
||||||
# DEPRECATED ; replace with git-generated commit
|
# DEPRECATED ; replace with git-generated commit
|
||||||
self.rev = 5030
|
self.rev = 5031
|
||||||
self.argv = argv
|
self.argv = argv
|
||||||
self.action = None
|
self.action = None
|
||||||
self.test_parser = None
|
self.test_parser = None
|
||||||
|
|
Loading…
Reference in a new issue