version bump (dev) / CHANGELOG
welcome new maintainers: @d4708 , @FraYoshi and @prtngn !
This commit is contained in:
parent
90092842a1
commit
906e15a7a0
2 changed files with 9 additions and 3 deletions
|
@ -1,4 +1,10 @@
|
|||
### zeronet-conservancy 0.7.5 (2022-05-17)
|
||||
### zeronet-conservancy 0.7.5+
|
||||
maintainers: @caryoscelus, @d4708, @FraYoshi, @prtngn
|
||||
- multiple improvements in sidebar button UX and icons (@d4708)
|
||||
- fuller debug messages (@caryoscelus)
|
||||
- new contributions are GPLv3+
|
||||
|
||||
### zeronet-conservancy 0.7.5 (2022-05-17) (fca3c8544debd533)
|
||||
maintainers: @caryoscelus , @d4708
|
||||
- disable UPnP until it's proven robust
|
||||
- new icon & minor rebranding
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue