Преглед изворни кода

Update Python (3.10.9, 3.11.1)

Update attribution, it's 2023.
ClasherKasten пре 2 година
родитељ
комит
791cfb6855
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3 3
      lib/docs/scrapers/python.rb

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

@@ -17,19 +17,19 @@ module Docs
       library/sunau.html)
 
     options[:attribution] = <<-HTML
-      &copy; 2001&ndash;2022 Python Software Foundation<br>
+      &copy; 2001&ndash;2023 Python Software Foundation<br>
       Licensed under the PSF License.
     HTML
 
     version '3.11' do
-      self.release = '3.11.0'
+      self.release = '3.11.1'
       self.base_url = "https://docs.python.org/#{self.version}/"
 
       html_filters.push 'python/entries_v3', 'sphinx/clean_html', 'python/clean_html'
     end
 
     version '3.10' do
-      self.release = '3.10.8'
+      self.release = '3.10.9'
       self.base_url = "https://docs.python.org/#{self.version}/"
 
       html_filters.push 'python/entries_v3', 'sphinx/clean_html', 'python/clean_html'