diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2018-06-01 14:51:51 +0200 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2018-06-01 14:51:51 +0200 |
| commit | bfa57264f65c6bc1f70d61873b1f9c14a1cb2032 (patch) | |
| tree | e2fb9a008d40416f78fb994e3c9b6f94ded72265 /docs/source/conf.py | |
| parent | bbb13e808b89bfaf544441b0e7f9b3bae48993bd (diff) | |
| download | PROJ-bfa57264f65c6bc1f70d61873b1f9c14a1cb2032.tar.gz PROJ-bfa57264f65c6bc1f70d61873b1f9c14a1cb2032.zip | |
Update documentation for 5.1.0 release
Added NEWS section to frontpage, update download links and adjusted version number.
Diffstat (limited to 'docs/source/conf.py')
| -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 b57e0f36..b3c5bfea 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -62,7 +62,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.0.1' +version = '5.1.0' # use same |release| as |version| release = version |
