diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee index ec370a47..476b3453 100644 --- a/assets/javascripts/templates/pages/about_tmpl.coffee +++ b/assets/javascripts/templates/pages/about_tmpl.coffee @@ -165,7 +165,7 @@ credits = [ 'http://www.postgresql.org/about/licence/' ], [ 'Python', - '1990-2013 Python Software Foundation
Python is a trademark of the Python Software Foundation.', + '1990-2014 Python Software Foundation
Python is a trademark of the Python Software Foundation.', 'PSFL', 'http://docs.python.org/3/license.html' ], [ diff --git a/lib/docs/scrapers/python.rb b/lib/docs/scrapers/python.rb index c1cd7f97..1cf4e40a 100644 --- a/lib/docs/scrapers/python.rb +++ b/lib/docs/scrapers/python.rb @@ -1,6 +1,6 @@ module Docs class Python < FileScraper - self.version = '3.3.3' + self.version = '3.3.4' self.type = 'sphinx' self.dir = '/Users/Thibaut/DevDocs/Docs/Python' # downloaded from docs.python.org/3/download.html self.base_url = 'http://docs.python.org/3/' @@ -20,7 +20,7 @@ module Docs library/sunau.html) options[:attribution] = <<-HTML - © 1990–2013 Python Software Foundation
+ © 1990–2014 Python Software Foundation
Licensed under the PSF License. HTML end