Skip to content

Commit ddcabd4

Browse files
committed
Merge branch 'prep-release-1-2'
2 parents 3fa188e + 5425182 commit ddcabd4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

bandit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
'major': 1,
77
'minor': 2,
88
'micro': 0,
9-
'releaselevel': 'dev',
9+
'releaselevel': 'final',
1010
}
1111

1212

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ deps =
2222
1.8: Django>=1.8,<1.9
2323
1.9: Django>=1.9,<1.10
2424
1.10: Django>=1.10,<1.11
25-
trunk: https://github.com/django/django/archive/master.zip
25+
trunk: https://github.com/django/django/archive/master.tar.gz
2626

2727
[testenv:docs]
2828
basepython = python3.4

0 commit comments

Comments
 (0)