summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2026-01-28 16:51:29 -0500
committerGitHub <noreply@github.com>2026-01-28 16:51:29 -0500
commite61a54d306ec069826b53bfec0b56d9ab3199257 (patch)
tree7d853d229faf63e3b7cacc712c8e8826c7d8b40b /docs
parent83622b824b7014977dfc7086bbc2628ea53f4cd0 (diff)
Doc'd the minimum version of bash for releasing Django.
Diffstat (limited to 'docs')
-rw-r--r--docs/internals/howto-release-django.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/internals/howto-release-django.txt b/docs/internals/howto-release-django.txt
index 7d3d6ded26..78347b864b 100644
--- a/docs/internals/howto-release-django.txt
+++ b/docs/internals/howto-release-django.txt
@@ -63,7 +63,7 @@ permissions.
* A Unix environment with these tools installed (in alphabetical order):
- * bash
+ * bash (version 4.0+)
* git
* GPG
* make