Browse Source

Update Trio documentation (0.29.0)

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

+ 1 - 1
lib/docs/scrapers/trio.rb

@@ -1,7 +1,7 @@
 module Docs
 module Docs
   class Trio < UrlScraper
   class Trio < UrlScraper
     self.type = 'simple'
     self.type = 'simple'
-    self.release = '0.22.2'
+    self.release = '0.29.0'
     self.base_url = "https://trio.readthedocs.io/en/v#{self.release}/"
     self.base_url = "https://trio.readthedocs.io/en/v#{self.release}/"
     self.root_path = 'index.html'
     self.root_path = 'index.html'
     self.links = {
     self.links = {