Skip to content

Commit 07eb62d

Browse files
committed
Release v0.13.2
1 parent 8ffdd21 commit 07eb62d

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ repos:
1010
- id: isort
1111

1212
- repo: https://github.com/asottile/pyupgrade
13-
rev: v2.38.2
13+
rev: v3.2.2
1414
hooks:
1515
- id: pyupgrade
1616
args: ["--py36-plus"]
1717

1818
- repo: https://github.com/psf/black
19-
rev: 22.8.0
19+
rev: 22.10.0
2020
hooks:
2121
- id: black
2222
types: [python]

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+
### 0.13.2
6+
7+
- Fix: OSError while trying to parse source code of a generated model #27
8+
59
### 0.13.1
610

711
- Fix: respect `empty_strings_allowed` in choices constraint #31

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = django-extra-checks
3-
version = 0.13.1
3+
version = 0.13.2
44
author = Konstantin Alekseev
55
author_email = [email protected]
66
description = Collection of useful checks for Django Checks Framework

0 commit comments

Comments
 (0)