Skip to content

Commit b17cd17

Browse files
jonfroehlichclaude
andcommitted
Release 2.4.0 — testing & maintainability milestone
Bumps ML_WEBSITE_VERSION 2.3.8 -> 2.4.0. Captures the recent infra + feature work: CI on push/PR (#1279), DB-backed test package + test-settings shim (#1267), read-only Data Health admin dashboard (#1276), view_project_people refactor (#1284), mobile navbar/logo fixes (#1281/#1282/#1286), and Talk/Poster external slides URL support (#1273). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 55ab7c4 commit b17cd17

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

makeabilitylab/settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@
7272
ALLOWED_HOSTS = ['*']
7373

7474
# Makeability Lab Global Variables, including Makeability Lab version
75-
ML_WEBSITE_VERSION = "2.3.8" # Keep this updated with each release and also change the short description below
76-
ML_WEBSITE_VERSION_DESCRIPTION = "Project page sidebar (#1245): hybrid sticky behavior — sidebar and main content scroll together until the sidebar's bottom reaches the viewport bottom, then the sidebar pins while main content keeps scrolling. Short sidebars stick at top as before. Adds a seed_demo_projects management command for local visual testing across main x sidebar height combinations."
75+
ML_WEBSITE_VERSION = "2.4.0" # Keep this updated with each release and also change the short description below
76+
ML_WEBSITE_VERSION_DESCRIPTION = "Testing & maintainability milestone: adds CI on push/PR (#1279), a DB-backed test package + test-settings shim (#1267), and a read-only Data Health admin dashboard with 7 checks (#1276). Also: view_project_people refactor fixing director hardcoding + N+1 queries (#1284), mobile navbar/logo fixes (#1281/#1282/#1286), and Talk/Poster external slides URL support (#1273)."
7777
DATE_MAKEABILITYLAB_FORMED = datetime.date(2012, 1, 1) # Date Makeability Lab was formed
7878
MAX_BANNERS = 7 # Maximum number of banners on a page
7979

0 commit comments

Comments
 (0)