File tree Expand file tree Collapse file tree
assets/javascripts/templates/pages Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -522,7 +522,7 @@ credits = [
522522 ' https://www.postgresql.org/about/licence/'
523523 ], [
524524 ' Python' ,
525- ' 2001-2017 Python Software Foundation<br>Python is a trademark of the Python Software Foundation.' ,
525+ ' 2001-2018 Python Software Foundation<br>Python is a trademark of the Python Software Foundation.' ,
526526 ' PSFL' ,
527527 ' https://docs.python.org/3/license.html'
528528 ], [
Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ class Python < FileScraper
1919 library/sunau.html )
2020
2121 options [ :attribution ] = <<-HTML
22- © 2001–2017 Python Software Foundation< br >
22+ © 2001–2018 Python Software Foundation< br >
2323 Licensed under the PSF License.
2424 HTML
2525
2626 version '3.6' do
27- self . release = '3.6.1 '
27+ self . release = '3.6.4 '
2828 self . dir = '/Users/Thibaut/DevDocs/Docs/Python36' # docs.python.org/3.6/download.html
2929 self . base_url = 'https://docs.python.org/3.6/'
3030
You can’t perform that action at this time.
0 commit comments