diff options
author | David Robillard <d@drobilla.net> | 2025-01-19 08:50:29 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2025-01-19 08:50:29 -0500 |
commit | 9373d59b743c47dc84d4a8c80591016f7123c1bd (patch) | |
tree | 4787b11d0190b2ca7161745ddb762d349760210f /doc | |
parent | f22915efe1d4902d33d5ab465505637ac5910ca0 (diff) | |
download | sratom-9373d59b743c47dc84d4a8c80591016f7123c1bd.tar.gz sratom-9373d59b743c47dc84d4a8c80591016f7123c1bd.tar.bz2 sratom-9373d59b743c47dc84d4a8c80591016f7123c1bd.zip |
Sratom 0.6.18v0.6.18
Diffstat (limited to 'doc')
-rw-r--r-- | doc/conf.py.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/conf.py.in b/doc/conf.py.in index ff34db2..d952bac 100644 --- a/doc/conf.py.in +++ b/doc/conf.py.in @@ -1,10 +1,10 @@ -# Copyright 2020-2022 David Robillard <d@drobilla.net> +# Copyright 2020-2025 David Robillard <d@drobilla.net> # SPDX-License-Identifier: ISC # Project information project = "@SRATOM_TITLE@" -copyright = "2023, David Robillard" +copyright = "2025, David Robillard" author = "David Robillard" release = "@SRATOM_VERSION@" version = "@SRATOM_VERSION@" |