From 092918757d2f430631c84f714746b290ec912db4 Mon Sep 17 00:00:00 2001 From: rlskoeser Date: Fri, 6 Sep 2024 12:47:51 -0400 Subject: [PATCH] Set version to 4.0 and add brief notes to changelog --- CHANGELOG.rst | 8 +++++--- cdhweb/__init__.py | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9bf00793..cf29ef07 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,10 +1,12 @@ CHANGELOG ========= -4.0.0-dev1 +4.0.0 ----- -- Redesigned and rebuilt -- TODO +- Major overhaul, redesigned and rebuilt by Springload + - Dropped custom views and shift logic to using wagtail pages throughout + - numerous new wagtail blocks added + - frontend build now uses webpack, dropped django compressor 3.5.3 ----- diff --git a/cdhweb/__init__.py b/cdhweb/__init__.py index 46cb80c3..57b4c2a8 100644 --- a/cdhweb/__init__.py +++ b/cdhweb/__init__.py @@ -1,4 +1,4 @@ -__version__ = "4.0.0.dev2" +__version__ = "4.0.0" # context processor to add version to the template environment; can be