File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
assets/javascripts/templates/pages Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -522,7 +522,7 @@ credits = [
522
522
' https://www.postgresql.org/about/licence/'
523
523
], [
524
524
' 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.' ,
526
526
' PSFL' ,
527
527
' https://docs.python.org/3/license.html'
528
528
], [
Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ class Python < FileScraper
19
19
library/sunau.html )
20
20
21
21
options [ :attribution ] = <<-HTML
22
- © 2001–2017 Python Software Foundation< br >
22
+ © 2001–2018 Python Software Foundation< br >
23
23
Licensed under the PSF License.
24
24
HTML
25
25
26
26
version '3.6' do
27
- self . release = '3.6.1 '
27
+ self . release = '3.6.4 '
28
28
self . dir = '/Users/Thibaut/DevDocs/Docs/Python36' # docs.python.org/3.6/download.html
29
29
self . base_url = 'https://docs.python.org/3.6/'
30
30
You can’t perform that action at this time.
0 commit comments