diff options
author | 2023-10-30 03:11:15 +1100 | |
---|---|---|
committer | 2023-10-30 03:11:15 +1100 | |
commit | e4ceeee56741ebf1e72c2d2a33f94dfa1d251c11 (patch) | |
tree | d520a5fe0f93db9016bedae33a46dab2e3a893a6 /docs/source/conf.py | |
parent | 08a9011cfba71c153a2c958328545408f9c1b00e (diff) |
Added some additional layout functionality and script bindings.
Also corrected some copy/paste errors in documentation, and bumped
documentation version as it now describes features that will appear in
an upcoming release.
Diffstat (limited to 'docs/source/conf.py')
-rw-r--r-- | docs/source/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py index 5a8c585f694..d0227f52c06 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -63,9 +63,9 @@ copyright = u'1997-2023, MAMEdev and contributors' # built documents. # # The short X.Y version. -version = '0.260' +version = '0.261' # The full version, including alpha/beta/rc tags. -release = '0.260' +release = '0.261' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |