File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
13
13
setup (
14
14
name = "django-stubs-ext" ,
15
- version = "0.6 .0" ,
15
+ version = "0.7 .0" ,
16
16
description = "Monkey-patching and extensions for django-stubs" ,
17
17
long_description = readme ,
18
18
long_description_content_type = "text/markdown" ,
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ def find_stub_files(name: str) -> List[str]:
22
22
dependencies = [
23
23
"mypy>=0.980" ,
24
24
"django" ,
25
- "django-stubs-ext>=0.6 .0" ,
25
+ "django-stubs-ext>=0.7 .0" ,
26
26
"tomli" ,
27
27
# Types:
28
28
"typing-extensions" ,
@@ -36,7 +36,7 @@ def find_stub_files(name: str) -> List[str]:
36
36
37
37
setup (
38
38
name = "django-stubs" ,
39
- version = "1.12 .0" ,
39
+ version = "1.13 .0" ,
40
40
description = "Mypy stubs for Django" ,
41
41
long_description = readme ,
42
42
long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments