v0.7.4
This commit is contained in:
parent
d07a1bb2c5
commit
733b1b05b1
2 changed files with 10 additions and 2 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,4 +1,12 @@
|
||||||
### zeronet-conservancy 0.7.3.2 (2022-01-26)
|
### zeronet-conservancy 0.7.4 (2022-04-25)
|
||||||
|
maintainers: @caryoscelus
|
||||||
|
- fix UiRequest.parsePath & minor code improvements
|
||||||
|
- Sidebar "Open site directory" feature (by @defder-su)
|
||||||
|
- fix multiuser/merger plugin interaction
|
||||||
|
- use new admin page
|
||||||
|
- update dependency instructions
|
||||||
|
|
||||||
|
### zeronet-conservancy 0.7.3.2 (2022-01-26) (1a73dd7)
|
||||||
maintainers: @caryoscelus
|
maintainers: @caryoscelus
|
||||||
(quick fix: technical release with proper versioning info)
|
(quick fix: technical release with proper versioning info)
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@ import time
|
||||||
class Config(object):
|
class Config(object):
|
||||||
|
|
||||||
def __init__(self, argv):
|
def __init__(self, argv):
|
||||||
self.version = "0.7.3.95"
|
self.version = "0.7.4"
|
||||||
# DEPRECATED ; replace with git-generated commit
|
# DEPRECATED ; replace with git-generated commit
|
||||||
self.rev = 5003
|
self.rev = 5003
|
||||||
self.argv = argv
|
self.argv = argv
|
||||||
|
|
Loading…
Reference in a new issue