Skip to content

Commit c8161b0

Browse files
jonfroehlichclaude
andcommitted
Bump version to 2.23.1 (mobile project-page polish #1271)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 6e2c8bb commit c8161b0

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
@@ -86,8 +86,8 @@
8686
SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTO', 'https')
8787

8888
# Makeability Lab Global Variables, including Makeability Lab version
89-
ML_WEBSITE_VERSION = "2.23.0" # Keep this updated with each release and also change the short description below
90-
ML_WEBSITE_VERSION_DESCRIPTION = "This release redesigns the mobile layout of individual project pages (#1271). On phones, project metadata previously rendered as a jumbled grid of mismatched cards sitting above the description; it's now a compact status chip strip (active/completed · date range · contributor count), followed by the description, then a clean labeled info-list — website/code/data links as tappable chips, a de-emphasized team list that collapses long rosters behind a 'show more' control, and a tidy funding logo row that no longer orphans the last sponsor. The desktop two-column layout is unchanged. Also includes role-filtered advisor/mentor autocomplete in the admin so the dropdowns only offer eligible people (#1126), and removal of dead Banner code paths from the people/news/member views (#661)."
89+
ML_WEBSITE_VERSION = "2.23.1" # Keep this updated with each release and also change the short description below
90+
ML_WEBSITE_VERSION_DESCRIPTION = "This patch polishes the new mobile project-page layout (#1271): funding logos now render at a consistent size (wide wordmarks like Mapillary were being squished into a square crop and shrinking to a sliver); the metadata info-list no longer crowds the description on projects with little metadata; and the Team section now surfaces former leads — current leads show inline while past leads collapse into a 'show former leads' control."
9191
DATE_MAKEABILITYLAB_FORMED = datetime.date(2012, 1, 1) # Date Makeability Lab was formed
9292
MAX_BANNERS = 7 # Maximum number of banners on a page
9393

0 commit comments

Comments
 (0)