Browse Source

Update Python documentation (3.14.0)

Simon Legner 2 months ago
parent
commit
9fb51cbb9c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      lib/docs/scrapers/python.rb

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

@@ -28,14 +28,14 @@ module Docs
     HTML
     HTML
 
 
     version '3.14' do
     version '3.14' do
-      self.release = '3.14.0rc2'
+      self.release = '3.14.0'
       self.base_url = "https://docs.python.org/#{self.version}/"
       self.base_url = "https://docs.python.org/#{self.version}/"
 
 
       html_filters.push 'python/entries_v3', 'sphinx/clean_html', 'python/clean_html'
       html_filters.push 'python/entries_v3', 'sphinx/clean_html', 'python/clean_html'
     end
     end
 
 
     version '3.13' do
     version '3.13' do
-      self.release = '3.13.6'
+      self.release = '3.13.8'
       self.base_url = "https://docs.python.org/#{self.version}/"
       self.base_url = "https://docs.python.org/#{self.version}/"
 
 
       html_filters.push 'python/entries_v3', 'sphinx/clean_html', 'python/clean_html'
       html_filters.push 'python/entries_v3', 'sphinx/clean_html', 'python/clean_html'