浏览代码

Update Django documentation (1.7.1)

Thibaut 11 年之前
父节点
当前提交
2ac1690203
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/docs/scrapers/django.rb

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

@@ -2,7 +2,7 @@ module Docs
   class Django < FileScraper
     self.name = 'Django'
     self.type = 'sphinx'
-    self.version = '1.7.0'
+    self.version = '1.7.1'
     self.dir = '/Users/Thibaut/DevDocs/Docs/Django'
     self.base_url = 'https://docs.djangoproject.com/en/1.7/'
     self.root_path = 'index.html'