mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-05-03 07:05:06 -04:00
Fixed EPUB output
This commit is contained in:
parent
da7a4433c0
commit
1b2fee3ab8
7 changed files with 12 additions and 7 deletions
|
@ -13,6 +13,9 @@ project = 'Reticulum Network Stack'
|
|||
copyright = '2023, Mark Qvist'
|
||||
author = 'Mark Qvist'
|
||||
|
||||
exec(open("../../RNS/_version.py", "r").read())
|
||||
version = __version__
|
||||
|
||||
# The full version, including alpha/beta/rc tags
|
||||
import RNS
|
||||
release = RNS._version.__version__+" beta"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue