We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd774eb commit 0068dbfCopy full SHA for 0068dbf
buildout.cfg
setup.cfg
@@ -15,7 +15,7 @@ project_urls =
15
Source Code = https://github.com/pypa/bandersnatch
16
Change Log = https://github.com/pypa/bandersnatch/CHANGES.md
17
url = https://github.com/pypa/bandersnatch/
18
-version = 3.4.1
+version = 3.5.0
19
20
[options]
21
include_package_data = True
@@ -76,5 +76,5 @@ doc_build =
76
[pycodestyle]
77
count = False
78
# ignore = E226,E302,E41
79
-max-line-length = 160
+max-line-length = 88
80
statistics = True
0 commit comments