Update Werkzeug documentation (2.1.x)

pull/1730/head
Simon Legner 3 years ago
parent a76fdcd29c
commit 64af545cf6

@ -924,7 +924,7 @@ credits = [
'https://creativecommons.org/licenses/by/4.0/' 'https://creativecommons.org/licenses/by/4.0/'
], [ ], [
'Werkzeug', 'Werkzeug',
'2007-2021 Pallets', '2007-2022 Pallets',
'BSD', 'BSD',
'https://github.com/pallets/werkzeug/blob/master/LICENSE.rst' 'https://github.com/pallets/werkzeug/blob/master/LICENSE.rst'
], [ ], [

@ -13,10 +13,15 @@ module Docs
options[:skip] = %w(changes/) options[:skip] = %w(changes/)
options[:attribution] = <<-HTML options[:attribution] = <<-HTML
&copy; 2007&ndash;2021 Pallets<br> &copy; 2007&ndash;2022 Pallets<br>
Licensed under the BSD 3-clause License. Licensed under the BSD 3-clause License.
HTML HTML
version '2.1' do
self.release = '2.1.x'
self.base_url = "https://werkzeug.palletsprojects.com/en/#{self.release}/"
end
version '2.0' do version '2.0' do
self.release = '2.0.x' self.release = '2.0.x'
self.base_url = "https://werkzeug.palletsprojects.com/en/#{self.release}/" self.base_url = "https://werkzeug.palletsprojects.com/en/#{self.release}/"

Loading…
Cancel
Save