From 7ba33e90b082e8e7e5e2f047db8ca7ced89ab7e9 Mon Sep 17 00:00:00 2001 From: Thibaut Courouble Date: Sun, 4 Nov 2018 09:57:36 -0500 Subject: [PATCH] Update Julia documentation (1.0.1) --- assets/javascripts/templates/pages/about_tmpl.coffee | 2 +- lib/docs/scrapers/julia.rb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee index 3fe97026..ba0cbc8c 100644 --- a/assets/javascripts/templates/pages/about_tmpl.coffee +++ b/assets/javascripts/templates/pages/about_tmpl.coffee @@ -372,7 +372,7 @@ credits = [ 'https://raw.githubusercontent.com/jquery/api.jqueryui.com/master/LICENSE.txt' ], [ 'Julia', - '2009-2016 Jeff Bezanson, Stefan Karpinski, Viral B. Shah, and other contributors', + '2009-2018 Jeff Bezanson, Stefan Karpinski, Viral B. Shah, and other contributors', 'MIT', 'https://raw.githubusercontent.com/JuliaLang/julia/master/LICENSE.md' ], [ diff --git a/lib/docs/scrapers/julia.rb b/lib/docs/scrapers/julia.rb index 799d1ccf..5bc16b77 100644 --- a/lib/docs/scrapers/julia.rb +++ b/lib/docs/scrapers/julia.rb @@ -8,12 +8,12 @@ module Docs options[:only_patterns] = [/\Amanual\//, /\Astdlib\//] options[:attribution] = <<-HTML - © 2009–2016 Jeff Bezanson, Stefan Karpinski, Viral B. Shah, and other contributors
+ © 2009–2018 Jeff Bezanson, Stefan Karpinski, Viral B. Shah, and other contributors
Licensed under the MIT License. HTML version '1.0' do - self.release = '1.0.0' + self.release = '1.0.1' self.base_url = "https://docs.julialang.org/en/v#{release}/" self.type = 'julia'