Skip to content

Commit

Permalink
Release django-stubs and django-stubs-ext
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Nov 3, 2022
1 parent 0381fdb commit d489959
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion django_stubs_ext/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name="django-stubs-ext",
version="0.6.0",
version="0.7.0",
description="Monkey-patching and extensions for django-stubs",
long_description=readme,
long_description_content_type="text/markdown",
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def find_stub_files(name: str) -> List[str]:
dependencies = [
"mypy>=0.980",
"django",
"django-stubs-ext>=0.6.0",
"django-stubs-ext>=0.7.0",
"tomli",
# Types:
"typing-extensions",
Expand All @@ -36,7 +36,7 @@ def find_stub_files(name: str) -> List[str]:

setup(
name="django-stubs",
version="1.12.0",
version="1.13.0",
description="Mypy stubs for Django",
long_description=readme,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit d489959

Please sign in to comment.