From e1184c7a69fc03796d2dbe6234389877a434dd4a Mon Sep 17 00:00:00 2001 From: Marti Raudsepp Date: Tue, 5 Dec 2023 20:57:32 +0200 Subject: [PATCH] Version 4.2.7 release (django-stubs, django-stubs-ext) (#1856) --- README.md | 2 +- ext/setup.py | 2 +- setup.py | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b2bf1c668..84d2b2741 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ We rely on different `django` and `mypy` versions: | django-stubs | Mypy version | Django version | Django partial support | Python version | |----------------|--------------|----------------|------------------------|----------------| -| (next version) | 1.7.x | 4.2 | 4.1, 3.2 | 3.8 - 3.12 | +| 4.2.7 | 1.7.x | 4.2 | 4.1, 3.2 | 3.8 - 3.12 | | 4.2.6 | 1.6.x | 4.2 | 4.1, 3.2 | 3.8 - 3.12 | | 4.2.5 | 1.6.x | 4.2 | 4.1, 3.2 | 3.8 - 3.12 | | 4.2.4 | 1.5.x | 4.2 | 4.1, 3.2 | 3.8 - 3.11 | diff --git a/ext/setup.py b/ext/setup.py index fbfabe015..a5c9a2efe 100755 --- a/ext/setup.py +++ b/ext/setup.py @@ -15,7 +15,7 @@ # It's fine to skip django-stubs-ext releases, but when doing a release, update this to newest django-stubs version. setup( name="django-stubs-ext", - version="4.2.5", + version="4.2.7", description="Monkey-patching and extensions for django-stubs", long_description=readme, long_description_content_type="text/markdown", diff --git a/setup.py b/setup.py index d561aa8a7..15a8961c1 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ def find_stub_files(name: str) -> List[str]: dependencies = [ "django", - "django-stubs-ext>=4.2.5", + "django-stubs-ext>=4.2.7", "tomli; python_version < '3.11'", # Types: "typing-extensions", @@ -37,7 +37,7 @@ def find_stub_files(name: str) -> List[str]: setup( name="django-stubs", - version="4.2.6", + version="4.2.7", description="Mypy stubs for Django", long_description=readme, long_description_content_type="text/markdown",