bump version v0.7.3

This commit is contained in:
caryoscelus 2022-01-07 11:52:00 +00:00
parent 897dae2790
commit 2cfe2fa731
2 changed files with 7 additions and 4 deletions

View File

@ -1,7 +1,10 @@
### zeronet-conservancy 0.7.3 (2022-01-07) Rev5000
- forked from the latest py3 branch of ZeroNet
- onion v3 support (thanks to @anonymoose, @zeroseed and @geekless)
- partial readme rewrite (thanks to @mitya57)
### ZeroNet 0.7.2 (2020-09-?) Rev4206?
### ZeroNet 0.7.1 (2019-07-01) Rev4206
### Added
- Built-in logging console in the web UI to see what's happening in the background. (pull down top-right 0 button to see it)

View File

@ -13,8 +13,8 @@ import time
class Config(object):
def __init__(self, argv):
self.version = "0.7.2"
self.rev = 4555
self.version = "0.7.3"
self.rev = 5000
self.argv = argv
self.action = None
self.test_parser = None