mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-10 22:11:54 +08:00
Release django-stubs and django-stubs-ext
This commit is contained in:
@@ -12,7 +12,7 @@ dependencies = [
|
||||
|
||||
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",
|
||||
|
||||
4
setup.py
4
setup.py
@@ -22,7 +22,7 @@ with open("README.md") as f:
|
||||
dependencies = [
|
||||
"mypy>=0.980",
|
||||
"django",
|
||||
"django-stubs-ext>=0.6.0",
|
||||
"django-stubs-ext>=0.7.0",
|
||||
"tomli",
|
||||
# Types:
|
||||
"typing-extensions",
|
||||
@@ -36,7 +36,7 @@ extras_require = {
|
||||
|
||||
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",
|
||||
|
||||
Reference in New Issue
Block a user