From d9b47afb1b6ac1ce025282289d7382ba5e4845f2 Mon Sep 17 00:00:00 2001 From: Petter Friberg Date: Mon, 27 May 2024 13:12:57 +0200 Subject: [PATCH] Prepare for a release `5.0.1` (#2183) --- README.md | 1 + ext/setup.py | 3 +-- setup.py | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f91f32026..08efc85bf 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ We rely on different `django` and `mypy` versions: | django-stubs | Mypy version | Django version | Django partial support | Python version | |----------------|--------------|----------------|------------------------|----------------| +| 5.0.1 | 1.10.x | 5.0 | 4.2 | 3.8 - 3.12 | | 5.0.0 | 1.10.x | 5.0 | 4.2, 4.1 | 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 | diff --git a/ext/setup.py b/ext/setup.py index ab1e82c23..450d518ab 100755 --- a/ext/setup.py +++ b/ext/setup.py @@ -13,7 +13,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="5.0.0", + version="5.0.1", description="Monkey-patching and extensions for django-stubs", long_description=readme, long_description_content_type="text/markdown", @@ -38,7 +38,6 @@ "Programming Language :: Python :: 3.12", "Typing :: Typed", "Framework :: Django", - "Framework :: Django :: 4.1", "Framework :: Django :: 4.2", "Framework :: Django :: 5.0", ], diff --git a/setup.py b/setup.py index 66bcca87b..589b78c60 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ def find_stub_files(name: str) -> List[str]: setup( name="django-stubs", - version="5.0.0", + version="5.0.1", description="Mypy stubs for Django", long_description=readme, long_description_content_type="text/markdown", @@ -69,7 +69,6 @@ def find_stub_files(name: str) -> List[str]: "Programming Language :: Python :: 3.12", "Typing :: Typed", "Framework :: Django", - "Framework :: Django :: 4.1", "Framework :: Django :: 4.2", "Framework :: Django :: 5.0", ],