diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2019-07-01 15:24:28 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2019-07-01 15:24:28 -0400 |
commit | 5b3a4a4aa981790935e60b99ef6f1ca07fdb302f (patch) | |
tree | 11ef280b24f267f13f89bd0b3d4e19bb790565ec /doc/build/conf.py | |
parent | 06d67cf4677e10e5c42581c02f293101e1c39a3a (diff) | |
download | external_python_mako-5b3a4a4aa981790935e60b99ef6f1ca07fdb302f.tar.gz external_python_mako-5b3a4a4aa981790935e60b99ef6f1ca07fdb302f.tar.bz2 external_python_mako-5b3a4a4aa981790935e60b99ef6f1ca07fdb302f.zip |
- 1.0.13rel_1_0_13
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 b069052..1c1832b 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 = "1.0.12" +release = "1.0.13" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |