diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee
index 29b2a192..f1499d6d 100644
--- a/assets/javascripts/templates/pages/about_tmpl.coffee
+++ b/assets/javascripts/templates/pages/about_tmpl.coffee
@@ -95,7 +95,7 @@ credits = [
'https://creativecommons.org/licenses/by/4.0/'
], [
'Ansible',
- '2012-2016 Michael DeHaan
© 2016 Red Hat, Inc.',
+ '2012-2017 Michael DeHaan
© 2017 Red Hat, Inc.',
'GPLv3',
'https://raw.githubusercontent.com/ansible/ansible/devel/COPYING'
], [
diff --git a/lib/docs/scrapers/ansible.rb b/lib/docs/scrapers/ansible.rb
index 1857aaea..a9a979cd 100644
--- a/lib/docs/scrapers/ansible.rb
+++ b/lib/docs/scrapers/ansible.rb
@@ -2,7 +2,7 @@ module Docs
class Ansible < UrlScraper
self.name = 'Ansible'
self.type = 'sphinx'
- self.release = '2.2.0'
+ self.release = '2.3.0'
self.base_url = 'https://docs.ansible.com/ansible/'
self.links = {
home: 'https://www.ansible.com/',
@@ -20,8 +20,8 @@ module Docs
list_of_all_modules.html)
options[:attribution] = <<-HTML
- © 2012–2016 Michael DeHaan
- © 2016 Red Hat, Inc.
+ © 2012–2017 Michael DeHaan
+ © 2017 Red Hat, Inc.
Licensed under the GNU General Public License version 3.
HTML
end