diff --git a/VERSION b/VERSION index 2003b639c..78bc1abd1 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.2 +0.10.0 diff --git a/document/doxygen/Doxyfile b/document/doxygen/Doxyfile index af0b4b9ad..e3eae4200 100644 --- a/document/doxygen/Doxyfile +++ b/document/doxygen/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = AimRT # could be handy for archiving the generated documentation or if some version # 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 # for a project that appears at the top of each page and should give viewer a diff --git a/document/sphinx-cn/conf.py b/document/sphinx-cn/conf.py index b3e0c6939..0e22978a4 100644 --- a/document/sphinx-cn/conf.py +++ b/document/sphinx-cn/conf.py @@ -9,7 +9,7 @@ project = 'AimRT' copyright = '2024, Agibot' author = 'Agibot' -release = 'v0.9.0' +release = 'v0.10.0' # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/document/sphinx-cn/release_notes/v0_10_0.md b/document/sphinx-cn/release_notes/v0_10_0.md new file mode 100644 index 000000000..50bac3e54 --- /dev/null +++ b/document/sphinx-cn/release_notes/v0_10_0.md @@ -0,0 +1,9 @@ +# v0.10.0 + + +**重要修改**: + + + +**次要修改**: + diff --git a/src/examples/utils/run_all_example.py b/src/examples/utils/run_all_example.py index ae84344d8..49ef09b75 100644 --- a/src/examples/utils/run_all_example.py +++ b/src/examples/utils/run_all_example.py @@ -32,7 +32,7 @@ class ExampleRunner: if self.args.save is not None: self.check_and_create_directory(self.args.save) # todo ... 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, ) subprocess.run(