diff options
author | 2021-11-23 11:19:29 +1100 | |
---|---|---|
committer | 2021-11-23 11:19:29 +1100 | |
commit | 5668590fcb00bd3ef01d9e061dc196c3949b0043 (patch) | |
tree | c569400d081ac04960e5577f5b932cf0c82026ce /docs/source/conf.py | |
parent | 8077a9e633f73b31bba0aad1c36575c46b4ab47d (diff) |
-frontend: Fixed crashes switching between favourites and other filters.
* Also made the system and software selection menus a bit less eager to
reselect the first item.
-docs: Bumped documentation version to 0.238.
Diffstat (limited to 'docs/source/conf.py')
-rw-r--r-- | docs/source/conf.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py index 8d0a7db6060..b0216243210 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -56,16 +56,16 @@ master_doc = 'index' # General information about the project. project = u'MAME Documentation' -copyright = u'2021, MAMEdev Team' +copyright = u'1997-2021, MAMEdev and contributors' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. # # The short X.Y version. -version = '0.237' +version = '0.238' # The full version, including alpha/beta/rc tags. -release = '0.237' +release = '0.238' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |