increase version as pre-releases, still need more clean up before actual relesae

This commit is contained in:
hathach
2024-05-24 20:17:53 +07:00
parent afbb07b472
commit 3175aaa0eb
7 changed files with 112 additions and 41 deletions

View File

@@ -7,9 +7,9 @@ from get_deps import deps_all
TOP = Path(__file__).parent.parent.resolve()
###########################################
# -----------------------------------------
# Dependencies
###########################################
# -----------------------------------------
def gen_deps_doc():
deps_rst = Path(TOP) / "docs/reference/dependencies.rst"

View File

@@ -1,4 +1,5 @@
import re
import gen_doc
version = '0.16.0'
@@ -46,4 +47,6 @@ with open(f_library_json, 'w') as f:
# docs/info/changelog.rst
###################
gen_doc.gen_deps_doc()
print("Update docs/info/changelog.rst")