Selaa lähdekoodia

Update FastAPI documentation (0.88.0)

Simon Legner 2 vuotta sitten
vanhempi
commit
90e04e29dc
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      lib/docs/scrapers/fastapi.rb

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

@@ -2,7 +2,7 @@ module Docs
   class Fastapi < UrlScraper
     self.name = 'FastAPI'
     self.type = 'fastapi'
-    self.release = '0.86.0'
+    self.release = '0.88.0'
     self.base_url = 'https://fastapi.tiangolo.com/'
     self.root_path = '/'
     self.links = {