From 8f78ed420ee52223007e3fe0d8426745399668d0 Mon Sep 17 00:00:00 2001 From: Luke Yoo Date: Thu, 24 Apr 2025 21:58:26 +0000 Subject: [PATCH] Bump copyright date --- document/core/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/document/core/conf.py b/document/core/conf.py index 07185d562d..59c9c83d25 100644 --- a/document/core/conf.py +++ b/document/core/conf.py @@ -60,7 +60,7 @@ name = 'WebAssembly' project = u'WebAssembly' title = u'WebAssembly Specification' -copyright = u'2024, WebAssembly Community Group' +copyright = u'2025, WebAssembly Community Group' author = u'WebAssembly Community Group' editor = u'Andreas Rossberg (editor)' logo = 'static/webassembly.png'