diff --git a/CHANGES b/CHANGES index fb6119c..02822e8 100644 --- a/CHANGES +++ b/CHANGES @@ -1,8 +1,8 @@ Version History =============== -Version 0.9.9 (unreleased) --------------------------- +Version 0.9.9 +------------- * Use packaged jQuery instead of the CDN version. (#274, thanks @stephanema1) * Test test_47_azure_ajax_translation: avoid DNS lookup for better isolation. Should fix #233 * Adds Chinese (Simplified) translation. (#266 thanks @chenluyong) diff --git a/docs/conf.py b/docs/conf.py index b042e1e..e21eca1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -60,7 +60,7 @@ def get_version(): # General information about the project. project = "Django Rosetta" -copyright = "2008 – 2021 Marco Bonetti and contributors" +copyright = "2008 – 2023 Marco Bonetti and contributors" author = "Marco Bonetti"