v0.7.3.2
fix version number
This commit is contained in:
parent
5401cdff9b
commit
1a73dd794f
2 changed files with 6 additions and 3 deletions
|
@ -1,4 +1,6 @@
|
||||||
### zeronet-conservancy 0.7.3.1+ (master)
|
### zeronet-conservancy 0.7.3.2 (2022-01-26)
|
||||||
|
maintainers: @caryoscelus
|
||||||
|
(quick fix: technical release with proper versioning info)
|
||||||
|
|
||||||
### zeronet-conservancy 0.7.3.1 (2022-01-26) (a57ebf8)
|
### zeronet-conservancy 0.7.3.1 (2022-01-26) (a57ebf8)
|
||||||
maintainers: @caryoscelus
|
maintainers: @caryoscelus
|
||||||
|
|
|
@ -13,8 +13,9 @@ import time
|
||||||
class Config(object):
|
class Config(object):
|
||||||
|
|
||||||
def __init__(self, argv):
|
def __init__(self, argv):
|
||||||
self.version = "0.7.3"
|
self.version = "0.7.3.2"
|
||||||
self.rev = 5000
|
# DEPRECATED ; replace with git-generated commit
|
||||||
|
self.rev = 5002
|
||||||
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