diff options
author | Ben Bangert <ben@groovie.org> | 2020-10-13 13:54:24 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-13 13:54:24 -0700 |
commit | a0e6e4d9558f32cebfc81b4995273ee3ccd83b4f (patch) | |
tree | c30cf3d44703b11fb2ca30153472e5ed97f5f823 /docs/conf.py | |
parent | 3e405c4c9c47814541aa134be744a9e7e74ef073 (diff) | |
parent | b95d581de491b5abd5c0d08bb3899d6e5a7ee10e (diff) | |
download | routes-master.tar.gz |
Merge pull request #96 from bbangert/release/2.5master
chore: tag 2.5.0
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py index 0419479..35b5dbf 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -36,15 +36,15 @@ master_doc = 'index' # General substitutions. project = 'Routes' -copyright = '2005-2017, Ben Bangert, Mike Orr, and numerous contributers' +copyright = '2005-2020, Ben Bangert, Mike Orr, and numerous contributers' # The default replacements for |version| and |release|, also used in various # other places throughout the built documents. # # The short X.Y version. -version = '2.4' +version = '2.5' # The full version, including alpha/beta/rc tags. -release = '2.4.1' +release = '2.5.0' # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: |