prepare for 0.17.0 release

This commit is contained in:
hathach
2024-09-13 23:23:37 +07:00
parent 3ff128bacf
commit 115b1bb71e
7 changed files with 259 additions and 172 deletions

View File

@@ -1,7 +1,7 @@
import re
import gen_doc
version = '0.16.0'
version = '0.17.0'
print('version {}'.format(version))
ver_id = version.split('.')