Skip to content

Commit f645db1

Browse files
committed
Update version number to 1.10.15
1 parent 466012b commit f645db1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ easiest way to deal with this is by setting your SPHINXBUILD variable something
3737
like so (adjust for the location of your Python build):
3838

3939
```
40-
set SPHINXBUILD=C:\Panda3D-1.10.14-x64\python\python.exe -m sphinx
40+
set SPHINXBUILD=C:\Panda3D-1.10.15-x64\python\python.exe -m sphinx
4141
```
4242

4343
## Editing the Documentation

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
version = '1.10'
8383

8484
# The full X.Y.Z version.
85-
release = '1.10.14'
85+
release = '1.10.15'
8686

8787
# Whether to generate Python or C++ documentation. TODO:
8888
tags.add('python')

0 commit comments

Comments
 (0)