diff options
author | Guido van Rossum <guido@python.org> | 1998-04-06 14:25:36 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1998-04-06 14:25:36 (GMT) |
commit | 36dfbcf323314249eeeef051cdfc60c3850a5929 (patch) | |
tree | 3eaa58bae3c6ded85aeb23fa441a6ab889d9b0f4 /Tools/faqwiz/faqconf.py | |
parent | 72dc60ca92be24b22e33a89fa3ed122d3cccbbed (diff) | |
download | cpython-36dfbcf323314249eeeef051cdfc60c3850a5929.zip cpython-36dfbcf323314249eeeef051cdfc60c3850a5929.tar.gz cpython-36dfbcf323314249eeeef051cdfc60c3850a5929.tar.bz2 |
Version 1.0 is official!
Diffstat (limited to 'Tools/faqwiz/faqconf.py')
-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 6479182..7e43b10 100644 --- a/Tools/faqwiz/faqconf.py +++ b/Tools/faqwiz/faqconf.py @@ -49,7 +49,7 @@ entries marked with * were changed within the last 7 days.) # Version -- don't change unless you edit faqwiz.py -WIZVERSION = "0.9.0" # FAQ Wizard version +WIZVERSION = "1.0" # FAQ Wizard version # This parameter is normally overwritten with a dynamic value |