aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-07-01 13:04:30 +0200
committerEven Rouault <even.rouault@spatialys.com>2020-07-01 13:04:47 +0200
commit42cd77130675504b6a1db5b128b41c8d5df19f9d (patch)
tree0010d31d8b416d0fc4b5f0c2e66f209431d7be2c /docs
parentbb15481e667570bf49e5b3f94fc284dbd494d253 (diff)
downloadPROJ-42cd77130675504b6a1db5b128b41c8d5df19f9d.tar.gz
PROJ-42cd77130675504b6a1db5b128b41c8d5df19f9d.zip
Update version numbers
Diffstat (limited to 'docs')
-rw-r--r--docs/source/conf.py6
1 files changed, 3 insertions, 3 deletions
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
],