From 791cfb6855633077f482b7f59987a24a0523fc6f Mon Sep 17 00:00:00 2001 From: ClasherKasten Date: Thu, 12 Jan 2023 11:00:56 +0100 Subject: [PATCH] Update Python (3.10.9, 3.11.1) Update attribution, it's 2023. --- lib/docs/scrapers/python.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/docs/scrapers/python.rb b/lib/docs/scrapers/python.rb index e3617e90..360e2bb6 100644 --- a/lib/docs/scrapers/python.rb +++ b/lib/docs/scrapers/python.rb @@ -17,19 +17,19 @@ module Docs library/sunau.html) options[:attribution] = <<-HTML - © 2001–2022 Python Software Foundation
+ © 2001–2023 Python Software Foundation
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'