From d5b99a5ab25d8427e366fdd4edfd3e0b2e1a1b3a Mon Sep 17 00:00:00 2001 From: ChungShu Date: Mon, 7 Aug 2023 08:53:19 -0700 Subject: [PATCH] release version 12.0.13.2 --- source/about.rst | 6 +++++- source/conf.py | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/source/about.rst b/source/about.rst index fc8c029..73e1019 100644 --- a/source/about.rst +++ b/source/about.rst @@ -63,7 +63,11 @@ Revision history Version 12.0.14, not released yet. -Version 12.0.13.1, Released July 24, 2023. +Version 12.0.13.2, Released July 24, 2023. + + gpu.rst: Subsection of buffers, vao binding. + +Version 12.0.13.1, Released August 7, 2023. gpu.rst: Section of Basic geometry in computer graphics, a x b = -b x a in 2D, The role of GPU driver. npu.rst: The role of GPU driver. diff --git a/source/conf.py b/source/conf.py index d40f515..b1f7a6f 100644 --- a/source/conf.py +++ b/source/conf.py @@ -65,9 +65,9 @@ # built documents. # # The short X.Y version. -version = u'12.0.13.1' +version = u'12.0.13.2' # The full version, including alpha/beta/rc tags. -release = u'12.0.13.1' +release = u'12.0.13.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.