Преглед на файлове

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'