diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2019-11-25 19:59:27 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-11-25 19:59:27 +0100 |
| commit | cf8197bbbc3a5acd38e4f6428d24535bb11f6708 (patch) | |
| tree | 9c72947a8dd0ced42654d74914bbe935944d3465 /docs/source/conf.py | |
| parent | dbac9993cdc0e89861c0098224e4cdb7f339980c (diff) | |
| parent | 3445967392fa8c4510814866f81d3e59300836ac (diff) | |
| download | PROJ-cf8197bbbc3a5acd38e4f6428d24535bb11f6708.tar.gz PROJ-cf8197bbbc3a5acd38e4f6428d24535bb11f6708.zip | |
Merge pull request #1749 from rouault/6_3_0_version_numbers
Change version numbers to 6.3.0
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 914d8bba..b9e1fa8a 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.0.0' +version = '6.3.0' # use same |release| as |version| release = version |
