diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-07-20 00:32:08 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-20 00:32:08 +0000 |
commit | 3f737b4b25810cbdc8386777ade0c9b819bb25c1 (patch) | |
tree | 4d66a99911c9a7bda7d817d7a157bcb207363cba /docs/conf.py | |
parent | 9df22b9305b918034217dee6721dc348a4610e65 (diff) | |
parent | cd9eee25c98a03a46ddaa98f8e80cfc8cd4d0464 (diff) | |
download | cmd2-git-3f737b4b25810cbdc8386777ade0c9b819bb25c1.tar.gz |
Merge pull request #462 from python-cmd2/plugin_functions
Add methods to register hooks, for better plugin support
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 7c3389ac..17f0d4c3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -62,7 +62,7 @@ author = 'Catherine Devlin and Todd Leonhardt' # The short X.Y version. version = '0.9' # The full version, including alpha/beta/rc tags. -release = '0.9.3' +release = '0.9.4' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. |