We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0a2e49 commit 4c4eb54Copy full SHA for 4c4eb54
docs/conf.py
@@ -9,7 +9,6 @@
9
10
import os
11
import sys
12
-from importlib.metadata import version as get_version
13
14
import django
15
from django.conf import settings
@@ -39,8 +38,8 @@
39
38
master_doc = "index"
40
project = "django-registration"
41
copyright = "James Bennett and contributors"
42
-version = get_version("django-registration")
43
-release = version
+version = "5.1.0"
+release = "5.1.0"
44
exclude_trees = ["_build"]
45
pygments_style = "sphinx"
46
htmlhelp_basename = "django-registrationdoc"
0 commit comments