We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f9920d commit 2c64d69Copy full SHA for 2c64d69
CHANGELOG.md
@@ -2,10 +2,14 @@
2
3
### Unreleased
4
5
+### 0.2.1
6
+
7
+- Fix ast parsing of indented block #1
8
9
### 0.2.0
10
-- first public release
11
+- First public release
12
13
### 0.1.0
14
-- first alpha
15
+- First alpha
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
name = django-extra-checks
-version = 0.2.0
+version = 0.2.1
author = Konstantin Alekseev
author_email = [email protected]
description = Collection of useful checks for Django Checks Framework
0 commit comments