New upstream version 0.0.15

This commit is contained in:
Tianyu Chen 2022-11-22 11:19:55 +08:00
parent 3e1f11dd79
commit c286789e37
55 changed files with 3578 additions and 1371 deletions

8
disperse.conf Normal file
View file

@ -0,0 +1,8 @@
# See https://github.com/jelmer/disperse
timeout_days: 5
tag_name: "v$VERSION"
verify_command: "python3 -m unittest tests.test_suite"
update_version {
path: "ognibuild/__init__.py"
new_line: "__version__ = $TUPLED_VERSION"
}