Skip to content

Commit

Permalink
Update version number to 1.10.15
Browse files Browse the repository at this point in the history
  • Loading branch information
rdb committed Nov 8, 2024
1 parent 466012b commit f645db1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.14-x64\python\python.exe -m sphinx
set SPHINXBUILD=C:\Panda3D-1.10.15-x64\python\python.exe -m sphinx
```

## Editing the Documentation
Expand Down
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
version = '1.10'

# The full X.Y.Z version.
release = '1.10.14'
release = '1.10.15'

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

0 comments on commit f645db1

Please sign in to comment.