From 60ef7e54e86eea92a607a06571cece66e31c4cc6 Mon Sep 17 00:00:00 2001 From: James Bennett Date: Sat, 9 Nov 2024 00:51:10 -0800 Subject: [PATCH] Bump version to make it clear we're in 5.1.1 prerelease. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 075a93a..ea862f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ keywords = ["django", "security", "auth", "authentication"] license = {text = "BSD-3-Clause"} readme = "README.rst" requires-python = ">=3.9" -version = "5.1.0" +version = "5.1.1a0" dependencies = [ "Django>=4.2", "confusable-homoglyphs>=3.0",