We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3fa188e + 5425182 commit ddcabd4Copy full SHA for ddcabd4
2 files changed
bandit/__init__.py
@@ -6,7 +6,7 @@
6
'major': 1,
7
'minor': 2,
8
'micro': 0,
9
- 'releaselevel': 'dev',
+ 'releaselevel': 'final',
10
}
11
12
tox.ini
@@ -22,7 +22,7 @@ deps =
22
1.8: Django>=1.8,<1.9
23
1.9: Django>=1.9,<1.10
24
1.10: Django>=1.10,<1.11
25
- trunk: https://github.com/django/django/archive/master.zip
+ trunk: https://github.com/django/django/archive/master.tar.gz
26
27
[testenv:docs]
28
basepython = python3.4
0 commit comments