Skip to content

Commit d489959

Browse files
committed
Release django-stubs and django-stubs-ext
1 parent 0381fdb commit d489959

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: django_stubs_ext/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
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",

Diff for: setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def find_stub_files(name: str) -> List[str]:
2222
dependencies = [
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

3737
setup(
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",

0 commit comments

Comments
 (0)