File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,28 +24,28 @@ class Python < FileScraper
24
24
HTML
25
25
26
26
version '3.7' do # docs.python.org/3.7/download.html
27
- self . release = '3.7.0 '
27
+ self . release = '3.7.4 '
28
28
self . base_url = 'https://docs.python.org/3.7/'
29
29
30
30
html_filters . push 'python/entries_v3' , 'sphinx/clean_html' , 'python/clean_html'
31
31
end
32
32
33
33
version '3.6' do # docs.python.org/3.6/download.html
34
- self . release = '3.6.6 '
34
+ self . release = '3.6.9 '
35
35
self . base_url = 'https://docs.python.org/3.6/'
36
36
37
37
html_filters . push 'python/entries_v3' , 'sphinx/clean_html' , 'python/clean_html'
38
38
end
39
39
40
40
version '3.5' do # docs.python.org/3.5/download.html
41
- self . release = '3.5.3 '
41
+ self . release = '3.5.7 '
42
42
self . base_url = 'https://docs.python.org/3.5/'
43
43
44
44
html_filters . push 'python/entries_v3' , 'sphinx/clean_html' , 'python/clean_html'
45
45
end
46
46
47
47
version '2.7' do # docs.python.org/2.7/download.html
48
- self . release = '2.7.13 '
48
+ self . release = '2.7.16 '
49
49
self . base_url = 'https://docs.python.org/2.7/'
50
50
51
51
html_filters . push 'python/entries_v2' , 'sphinx/clean_html' , 'python/clean_html'
You can’t perform that action at this time.
0 commit comments