diff --git a/openatlas_website/data/news.py b/openatlas_website/data/news.py index a12323d..1f286b6 100644 --- a/openatlas_website/data/news.py +++ b/openatlas_website/data/news.py @@ -8,6 +8,10 @@ def release_text(news_id: int) -> str: news_ = { 'News': { + '2024-08-10': { + 'date': '2024-08-10', + 'title': 'OpenAtlas version 8.6.0', + 'text': release_text(41)}, '2024-06-01': { 'date': '2024-06-01', 'title': 'OpenAtlas version 8.5.0',