diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2019-06-05 22:17:57 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2019-06-05 22:17:57 -0400 |
commit | 6b7221688d013444c7bfb6c7e96c97c71b649a1d (patch) | |
tree | e6fffeedb5deaf86cc2e049ee88c1aea9a779b99 /doc/build/conf.py | |
parent | e96afac261ce835a40680d0d4611626d5dee4cf9 (diff) | |
download | external_python_mako-6b7221688d013444c7bfb6c7e96c97c71b649a1d.tar.gz external_python_mako-6b7221688d013444c7bfb6c7e96c97c71b649a1d.tar.bz2 external_python_mako-6b7221688d013444c7bfb6c7e96c97c71b649a1d.zip |
- 1.0.12rel_1_0_12
Diffstat (limited to 'doc/build/conf.py')
-rw-r--r-- | doc/build/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/conf.py b/doc/build/conf.py index 787d059..b069052 100644 --- a/doc/build/conf.py +++ b/doc/build/conf.py @@ -70,7 +70,7 @@ copyright = u'the Mako authors and contributors' # The short X.Y version. version = mako.__version__ # The full version, including alpha/beta/rc tags. -release = mako.__version__ +release = "1.0.12" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |