This is an automated email from the ASF dual-hosted git repository. opwvhk pushed a commit to branch announce-1.11.5-1.12.1-releases in repository https://gitbox.apache.org/repos/asf/avro.git
commit 2a07d3c9eb06e529cab9e896102a0c56527edf16 Author: Oscar WvH-K <[email protected]> AuthorDate: Thu Oct 16 13:38:23 2025 +0200 Fix version numbers --- doc/config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/config.toml b/doc/config.toml index f53f8e412f..fa3b003367 100644 --- a/doc/config.toml +++ b/doc/config.toml @@ -109,7 +109,7 @@ weight = 1 section = ["HTML", "print", "RSS"] [params] -avroversion = "++version++" +avroversion = "1.12.1" copyright = "The Apache Software Foundation" apache_foundation = "https://www.apache.org/" apache_events_logo = "https://www.apache.org/events/current-event-234x60.png" @@ -132,7 +132,7 @@ archived_version = false # The version number for the version of the docs represented in this doc set. # Used in the "version-banner" partial to display a version number for the # current doc set. -version = "1.12.0" +version = "1.12.1" # A link to latest version of the docs. Used in the "version-banner" partial to # point people to the main doc site.
