mirror of
https://github.com/django/django.git
synced 2025-07-07 21:35:15 +00:00
Bumped version; main is now 4.2 pre-alpha.
This commit is contained in:
parent
4286378a08
commit
ff8e5eacda
2 changed files with 3 additions and 3 deletions
|
@ -107,7 +107,7 @@ copyright = "Django Software Foundation and contributors"
|
|||
# built documents.
|
||||
#
|
||||
# The short X.Y version.
|
||||
version = "4.1"
|
||||
version = "4.2"
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
try:
|
||||
from django import VERSION, get_version
|
||||
|
@ -124,7 +124,7 @@ else:
|
|||
release = django_release()
|
||||
|
||||
# The "development version" of Django
|
||||
django_next_version = "4.1"
|
||||
django_next_version = "4.2"
|
||||
|
||||
extlinks = {
|
||||
"bpo": ("https://bugs.python.org/issue?@action=redirect&bpo=%s", "bpo-"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue