File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1212
1313setup (
1414 name = "django-stubs-ext" ,
15- version = "0.6 .0" ,
15+ version = "0.7 .0" ,
1616 description = "Monkey-patching and extensions for django-stubs" ,
1717 long_description = readme ,
1818 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]:
2222dependencies = [
2323 "mypy>=0.980" ,
2424 "django" ,
25- "django-stubs-ext>=0.6 .0" ,
25+ "django-stubs-ext>=0.7 .0" ,
2626 "tomli" ,
2727 # Types:
2828 "typing-extensions" ,
@@ -36,7 +36,7 @@ def find_stub_files(name: str) -> List[str]:
3636
3737setup (
3838 name = "django-stubs" ,
39- version = "1.12 .0" ,
39+ version = "1.13 .0" ,
4040 description = "Mypy stubs for Django" ,
4141 long_description = readme ,
4242 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments