Skip to content

Commit 0871b04

Browse files
PetrDlouhyclaude
andcommitted
Prepare 4.4.0 release metadata
Two small gaps found while checking the build ahead of the release: - The 4.4.0 changelog heading had no date, unlike every previous entry. - `long_description_content_type` was never declared, so `twine check` warned and PyPI had to fall back to guessing `text/x-rst`. The long description is reStructuredText, so the guess was right, but stating it removes the warning and stops a future default change from silently breaking the project page rendering. With both applied, `twine check` passes with no warnings. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
1 parent 12e6844 commit 0871b04

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ You may need to do this if you use a custom user model and upgrade Django.
409409

410410
## Change Log
411411

412-
### 4.4.0
412+
### 4.4.0 (2026-07-28)
413413

414414
* Dropped support for Django < 3.2 and Python < 3.8
415415
* Now tested against Django 3.2, 4.2, 5.2, 6.0 and main, on Python 3.8-3.13

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
description="a referrals app for Django",
7070
name="pinax-referrals",
7171
long_description=LONG_DESCRIPTION,
72+
long_description_content_type="text/x-rst",
7273
version=VERSION,
7374
url="http://github.com/pinax/pinax-referrals/",
7475
license="MIT",

0 commit comments

Comments
 (0)