From 42cd77130675504b6a1db5b128b41c8d5df19f9d Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Wed, 1 Jul 2020 13:04:30 +0200 Subject: Update version numbers --- docs/source/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/source/conf.py b/docs/source/conf.py index a21ff558..e9c88e19 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -68,8 +68,8 @@ copyright = u'1983-{0}'.format(now.year) # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the # built documents. -version = '7.1.0' -data_version = '1.0' +version = '7.2.0' +data_version = '1.1' # use same |release| as |version| release = version @@ -193,7 +193,7 @@ html_context = { 'github_user': 'OSGeo', 'github_repo': 'PROJ', # TODO: edit when switching active branch - 'github_version': '/7.0/docs/source/', + 'github_version': '/7.1/docs/source/', 'css_files': [ '_static/theme_overrides.css', # override wide tables in RTD theme ], -- cgit v1.2.3