Skip to content

Commit f4d7517

Browse files
Update Django 5.2 version to beta (#55)
1 parent a8ce857 commit f4d7517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
DJ42 = "4.2"
2121
DJ50 = "5.0"
2222
DJ51 = "5.1"
23-
DJ52 = "5.2a1"
23+
DJ52 = "5.2b1"
2424
DJMAIN = "main"
2525
DJMAIN_MIN_PY = PY312
2626
DJ_VERSIONS = [DJ42, DJ50, DJ51, DJ52, DJMAIN]

0 commit comments

Comments
 (0)