diff --git a/stubs/dj-database-url/METADATA.toml b/stubs/dj-database-url/METADATA.toml index 5c4d1089d..516f11f6b 100644 --- a/stubs/dj-database-url/METADATA.toml +++ b/stubs/dj-database-url/METADATA.toml @@ -1,4 +1,4 @@ -version = "0.5.*" +version = "1.0.*" [tool.stubtest] ignore_missing_stub = false diff --git a/stubs/dj-database-url/dj_database_url.pyi b/stubs/dj-database-url/dj_database_url.pyi index 353a0a5c4..5a39aa933 100644 --- a/stubs/dj-database-url/dj_database_url.pyi +++ b/stubs/dj-database-url/dj_database_url.pyi @@ -1,6 +1,7 @@ from typing import Any from typing_extensions import TypedDict +DJANGO_VERSION: tuple[str | int, ...] | None # None if django is not installed DEFAULT_ENV: str SCHEMES: dict[str, str]