diff options
author | Guido van Rossum <guido@python.org> | 1997-06-02 21:40:18 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-06-02 21:40:18 (GMT) |
commit | 4f074044bec51ca649194dc1e3cb5777272e96ef (patch) | |
tree | 4566523d7bacf3b79201b020505dbad7415a84cd /Tools | |
parent | 178f58a17e7f94cb11af2eb8c42221a0107218da (diff) | |
download | cpython-4f074044bec51ca649194dc1e3cb5777272e96ef.zip cpython-4f074044bec51ca649194dc1e3cb5777272e96ef.tar.gz cpython-4f074044bec51ca649194dc1e3cb5777272e96ef.tar.bz2 |
Version upped.
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/faqwiz/faqconf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/faqwiz/faqconf.py b/Tools/faqwiz/faqconf.py index d01654e..dce947f 100644 --- a/Tools/faqwiz/faqconf.py +++ b/Tools/faqwiz/faqconf.py @@ -46,7 +46,7 @@ entries marked with * were changed within the last 7 days.) # Version -- don't change unless you edit faqwiz.py -WIZVERSION = "0.4" # FAQ Wizard version +WIZVERSION = "0.5" # FAQ Wizard version # This parameter is normally overwritten with a dynamic value |