Skip to content

Commit d9033ef

Browse files
committed
Update Python documentation (3.6.4)
1 parent 15872cf commit d9033ef

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

assets/javascripts/templates/pages/about_tmpl.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
], [

lib/docs/scrapers/python.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ class Python < FileScraper
1919
library/sunau.html)
2020

2121
options[:attribution] = <<-HTML
22-
&copy; 2001&ndash;2017 Python Software Foundation<br>
22+
&copy; 2001&ndash;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

0 commit comments

Comments
 (0)