Release django-stubs and django-stubs-ext

This commit is contained in:
sobolevn
2022-11-03 13:24:13 +03:00
parent 0381fdb022
commit d4899596de
2 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ dependencies = [
setup( setup(
name="django-stubs-ext", name="django-stubs-ext",
version="0.6.0", version="0.7.0",
description="Monkey-patching and extensions for django-stubs", description="Monkey-patching and extensions for django-stubs",
long_description=readme, long_description=readme,
long_description_content_type="text/markdown", long_description_content_type="text/markdown",

View File

@@ -22,7 +22,7 @@ with open("README.md") as f:
dependencies = [ dependencies = [
"mypy>=0.980", "mypy>=0.980",
"django", "django",
"django-stubs-ext>=0.6.0", "django-stubs-ext>=0.7.0",
"tomli", "tomli",
# Types: # Types:
"typing-extensions", "typing-extensions",
@@ -36,7 +36,7 @@ extras_require = {
setup( setup(
name="django-stubs", name="django-stubs",
version="1.12.0", version="1.13.0",
description="Mypy stubs for Django", description="Mypy stubs for Django",
long_description=readme, long_description=readme,
long_description_content_type="text/markdown", long_description_content_type="text/markdown",