Use version directly
readthedocs is lame and uses python3.5 which cannot parse the files
This commit is contained in:
parent
c35ac6d9bb
commit
4171e58f8a
@ -15,7 +15,8 @@
|
||||
import os
|
||||
import sys
|
||||
sys.path.insert(0, os.path.abspath('..'))
|
||||
from electrumx.server.version import VERSION
|
||||
#from electrumx.server.version import VERSION
|
||||
VERSION="1.4.4p2"
|
||||
|
||||
# -- Project information -----------------------------------------------------
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user