diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-11-22 21:01:14 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-11-22 21:01:14 +0100 |
commit | a843e8fb1434385b923cbc9d09bbc50a98c98ca7 (patch) | |
tree | 6c2015a0773f2b49b5c5ddab7db9af85d9a07e6b | |
parent | e1692ab7e9bc7d7244fbfb8c56dddf1feea7b3c1 (diff) | |
download | weechat-a843e8fb1434385b923cbc9d09bbc50a98c98ca7.zip |
doc: bump version of documentation generator
-rw-r--r-- | doc/docgen.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/docgen.py b/doc/docgen.py index a41ed19b6..9a8276360 100644 --- a/doc/docgen.py +++ b/doc/docgen.py @@ -43,7 +43,7 @@ from __future__ import print_function SCRIPT_NAME = 'docgen' SCRIPT_AUTHOR = 'Sébastien Helleu <flashcode@flashtux.org>' -SCRIPT_VERSION = '0.1' +SCRIPT_VERSION = '0.2' SCRIPT_LICENSE = 'GPL3' SCRIPT_DESC = 'Documentation generator for WeeChat' |