diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2018-09-19 20:05:31 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-19 20:05:31 +0200 |
| commit | e94c421cd3e9ca753abb43572d19eb47598ff553 (patch) | |
| tree | 1117d17cfb4e6c29343ff0dd5678a8db984794e7 /docs/source | |
| parent | aee8e5d10664c0b096edaee1ef3a0c897731eb2d (diff) | |
| parent | de88002ca0488eec6fd9dad46f767513c859eb05 (diff) | |
| download | PROJ-e94c421cd3e9ca753abb43572d19eb47598ff553.tar.gz PROJ-e94c421cd3e9ca753abb43572d19eb47598ff553.zip | |
Merge pull request #1128 from kbevers/build-docs-from-maintenance-branch
Build docs from maintenance branch
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 36c5b31f..8892dffc 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -65,7 +65,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 = '5.2.0' +version = '6.0.0' # use same |release| as |version| release = version |
