File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
assets/javascripts/templates/pages Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -308,7 +308,7 @@ credits = [
308
308
' https://fishshell.com/docs/current/license.html'
309
309
], [
310
310
' Flask' ,
311
- ' 2007-2020 Pallets' ,
311
+ ' 2007-2021 Pallets' ,
312
312
' BSD' ,
313
313
' https://github.com/pallets/flask/blob/master/LICENSE.rst'
314
314
], [
Original file line number Diff line number Diff line change @@ -14,10 +14,15 @@ class Flask < UrlScraper
14
14
options [ :skip_patterns ] = [ /\A tutorial\/ / ]
15
15
16
16
options [ :attribution ] = <<-HTML
17
- © 2007–2020 Pallets< br >
17
+ © 2007–2021 Pallets< br >
18
18
Licensed under the BSD 3-clause License.
19
19
HTML
20
20
21
+ version '2.0' do
22
+ self . release = '2.0.x'
23
+ self . base_url = "https://flask.palletsprojects.com/en/#{ self . release } /"
24
+ end
25
+
21
26
version '1.1' do
22
27
self . release = '1.1.x'
23
28
self . base_url = "https://flask.palletsprojects.com/en/#{ self . release } /"
You can’t perform that action at this time.
0 commit comments