File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,28 +24,28 @@ class Python < FileScraper
2424 HTML
2525
2626 version '3.7' do # docs.python.org/3.7/download.html
27- self . release = '3.7.0 '
27+ self . release = '3.7.4 '
2828 self . base_url = 'https://docs.python.org/3.7/'
2929
3030 html_filters . push 'python/entries_v3' , 'sphinx/clean_html' , 'python/clean_html'
3131 end
3232
3333 version '3.6' do # docs.python.org/3.6/download.html
34- self . release = '3.6.6 '
34+ self . release = '3.6.9 '
3535 self . base_url = 'https://docs.python.org/3.6/'
3636
3737 html_filters . push 'python/entries_v3' , 'sphinx/clean_html' , 'python/clean_html'
3838 end
3939
4040 version '3.5' do # docs.python.org/3.5/download.html
41- self . release = '3.5.3 '
41+ self . release = '3.5.7 '
4242 self . base_url = 'https://docs.python.org/3.5/'
4343
4444 html_filters . push 'python/entries_v3' , 'sphinx/clean_html' , 'python/clean_html'
4545 end
4646
4747 version '2.7' do # docs.python.org/2.7/download.html
48- self . release = '2.7.13 '
48+ self . release = '2.7.16 '
4949 self . base_url = 'https://docs.python.org/2.7/'
5050
5151 html_filters . push 'python/entries_v2' , 'sphinx/clean_html' , 'python/clean_html'
You can’t perform that action at this time.
0 commit comments