Skip to content

Commit b781431

Browse files
committed
Prepare v0.12.0rc0
1 parent 5a13c52 commit b781431

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
### Unreleased
44

5+
- Update test matrix: Django 3.2-4.1 X python 3.8-3.11
6+
- Remove deprecated `@ignore_checks`
7+
- Remove deprecated `ignore_types`
8+
59
### 0.11.0
610

711
- Remove `default_app_config`.

setup.cfg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = django-extra-checks
3-
version = 0.11.0
3+
version = 0.12.0rc0
44
author = Konstantin Alekseev
55
author_email = [email protected]
66
description = Collection of useful checks for Django Checks Framework
@@ -30,6 +30,8 @@ package_dir=
3030
=src
3131
packages = find:
3232
python_requires = >=3.6
33+
install_requires =
34+
typing-extensions ; python_version < "3.8"
3335

3436
[options.packages.find]
3537
where = src

0 commit comments

Comments
 (0)