Skip to content

Commit 734ec4d

Browse files
committed
Prepare v0.12.0rc1
1 parent 036d0d0 commit 734ec4d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
### Unreleased
44

5-
- Update test matrix: Django 3.2-4.1 X python 3.8-3.11
5+
- Update test matrix: Django 3.2-4.1 X python 3.6-3.11
66
- Remove deprecated `@ignore_checks`
77
- Remove deprecated `ignore_types`
88

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.12.0rc0
3+
version = 0.12.0rc1
44
author = Konstantin Alekseev
55
author_email = [email protected]
66
description = Collection of useful checks for Django Checks Framework
@@ -20,6 +20,8 @@ classifiers =
2020
Operating System :: OS Independent
2121
Programming Language :: Python
2222
Programming Language :: Python :: 3
23+
Programming Language :: Python :: 3.6
24+
Programming Language :: Python :: 3.7
2325
Programming Language :: Python :: 3.8
2426
Programming Language :: Python :: 3.9
2527
Programming Language :: Python :: 3.10

0 commit comments

Comments
 (0)