diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2021-05-05 10:50:52 +0200 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2021-05-05 10:50:52 +0200 |
| commit | 45a88fe245ae040b6f19696dfd928fb2f03f51d9 (patch) | |
| tree | d935fe0fe7229fb44520894edefef4db18a9e11a /docs/source/conf.py | |
| parent | fddc2e791b41b79b530083807d553d8d610c0825 (diff) | |
| download | PROJ-45a88fe245ae040b6f19696dfd928fb2f03f51d9.tar.gz PROJ-45a88fe245ae040b6f19696dfd928fb2f03f51d9.zip | |
Update docs for 8.0.1 release
Diffstat (limited to 'docs/source/conf.py')
| -rw-r--r-- | docs/source/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py index 23b399f8..9a176217 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -72,8 +72,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 = '8.0.0' -data_version = '1.5' +version = '8.0.1' +data_version = '1.6' # use same |release| as |version| release = version |
