diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-07-01 15:06:38 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-07-01 15:06:38 +0200 |
| commit | a9202e990f0fed636bdac6ea402c52a4b15ca9e5 (patch) | |
| tree | 4291765e7e8575305650934983ad5248e8c385eb /docs/source | |
| parent | 6511d4583ccc954be682d20de7a50be9c5294f86 (diff) | |
| download | PROJ-a9202e990f0fed636bdac6ea402c52a4b15ca9e5.tar.gz PROJ-a9202e990f0fed636bdac6ea402c52a4b15ca9e5.zip | |
docs/source/conf.py: downgrade version to 7.1.0 as this is used for the live website
Diffstat (limited to 'docs/source')
| -rw-r--r-- | docs/source/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py index cac8c940..05f08f33 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -68,7 +68,7 @@ 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.1' +version = '7.1.0' data_version = '1.1' # use same |release| as |version| |
