init v0.10.0 (#147)
This commit is contained in:
parent
33a84d58f3
commit
881c431db1
@ -38,7 +38,7 @@ PROJECT_NAME = AimRT
|
|||||||
# could be handy for archiving the generated documentation or if some version
|
# could be handy for archiving the generated documentation or if some version
|
||||||
# control system is used.
|
# control system is used.
|
||||||
|
|
||||||
PROJECT_NUMBER = 0.9.0
|
PROJECT_NUMBER = 0.10.0
|
||||||
|
|
||||||
# Using the PROJECT_BRIEF tag one can provide an optional one line description
|
# Using the PROJECT_BRIEF tag one can provide an optional one line description
|
||||||
# for a project that appears at the top of each page and should give viewer a
|
# for a project that appears at the top of each page and should give viewer a
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
project = 'AimRT'
|
project = 'AimRT'
|
||||||
copyright = '2024, Agibot'
|
copyright = '2024, Agibot'
|
||||||
author = 'Agibot'
|
author = 'Agibot'
|
||||||
release = 'v0.9.0'
|
release = 'v0.10.0'
|
||||||
|
|
||||||
# -- General configuration ---------------------------------------------------
|
# -- General configuration ---------------------------------------------------
|
||||||
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
|
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
|
||||||
|
9
document/sphinx-cn/release_notes/v0_10_0.md
Normal file
9
document/sphinx-cn/release_notes/v0_10_0.md
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
# v0.10.0
|
||||||
|
|
||||||
|
|
||||||
|
**重要修改**:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
**次要修改**:
|
||||||
|
|
@ -32,7 +32,7 @@ class ExampleRunner:
|
|||||||
if self.args.save is not None:
|
if self.args.save is not None:
|
||||||
self.check_and_create_directory(self.args.save) # todo ...
|
self.check_and_create_directory(self.args.save) # todo ...
|
||||||
subprocess.run(
|
subprocess.run(
|
||||||
["pip3", "install", "./aimrt_py_pkg/dist/aimrt_py-0.9.0-cp310-cp310-linux_x86_64.whl", "--force-reinstall"],
|
["pip3", "install", "./aimrt_py_pkg/dist/aimrt_py-0.10.0-cp310-cp310-linux_x86_64.whl", "--force-reinstall"],
|
||||||
cwd=default_build_path,
|
cwd=default_build_path,
|
||||||
)
|
)
|
||||||
subprocess.run(
|
subprocess.run(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user