Prepare 1.3.0 release (#1838)

* Update the contributors list.

* Update the version number.

* Sync zh and zh-hant versions.

* Move epub builder to the utils branch.

* Optimize all figure files using pngquant.

* Update copyright.

* Update Acknowledgements.

* Update buttons in README.
This commit is contained in:
Yudong Jin
2026-01-02 03:37:38 +08:00
committed by GitHub
parent 10f76bd59a
commit 666da25a2a
1471 changed files with 31 additions and 4804 deletions

View File

@@ -7,7 +7,7 @@ env["PYTHONIOENCODING"] = "utf-8"
if __name__ == "__main__":
# find source code files
src_paths = sorted(glob.glob("codes/python/chapter_*/*.py"))
src_paths = sorted(glob.glob("chapter_*/*.py"))
errors = []
# run python code