diff --git a/README.md b/README.md index 96ae7804..efe2edf9 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ easiest way to deal with this is by setting your SPHINXBUILD variable something like so (adjust for the location of your Python build): ``` -set SPHINXBUILD=C:\Panda3D-1.10.13-x64\python\python.exe -m sphinx +set SPHINXBUILD=C:\Panda3D-1.10.14-x64\python\python.exe -m sphinx ``` ## Editing the Documentation diff --git a/conf.py b/conf.py index 260269b9..9a54ed5c 100644 --- a/conf.py +++ b/conf.py @@ -82,7 +82,7 @@ version = '1.10' # The full X.Y.Z version. -release = '1.10.13' +release = '1.10.14' # Whether to generate Python or C++ documentation. TODO: tags.add('python')