فهرست منبع

Update Python documentation (3.6.4)

Thibaut Courouble 8 سال پیش
والد
کامیت
d9033ef65e
2فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 1 1
      assets/javascripts/templates/pages/about_tmpl.coffee
  2. 2 2
      lib/docs/scrapers/python.rb

+ 1 - 1
assets/javascripts/templates/pages/about_tmpl.coffee

@@ -522,7 +522,7 @@ credits = [
     'https://www.postgresql.org/about/licence/'
   ], [
     'Python',
-    '2001-2017 Python Software Foundation<br>Python is a trademark of the Python Software Foundation.',
+    '2001-2018 Python Software Foundation<br>Python is a trademark of the Python Software Foundation.',
     'PSFL',
     'https://docs.python.org/3/license.html'
   ], [

+ 2 - 2
lib/docs/scrapers/python.rb

@@ -19,12 +19,12 @@ module Docs
       library/sunau.html)
 
     options[:attribution] = <<-HTML
-      &copy; 2001&ndash;2017 Python Software Foundation<br>
+      &copy; 2001&ndash;2018 Python Software Foundation<br>
       Licensed under the PSF License.
     HTML
 
     version '3.6' do
-      self.release = '3.6.1'
+      self.release = '3.6.4'
       self.dir = '/Users/Thibaut/DevDocs/Docs/Python36' # docs.python.org/3.6/download.html
       self.base_url = 'https://docs.python.org/3.6/'