Skip to content

Commit

Permalink
Update version to 1.10.14
Browse files Browse the repository at this point in the history
  • Loading branch information
rdb committed Jan 8, 2024
1 parent d805fe3 commit befb0f7
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.13-x64\python\python.exe -m sphinx
set SPHINXBUILD=C:\Panda3D-1.10.14-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.13'
release = '1.10.14'

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

0 comments on commit befb0f7

Please sign in to comment.