diff options
author | Guido van Rossum <guido@python.org> | 1998-07-07 22:39:47 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1998-07-07 22:39:47 (GMT) |
commit | d94c2dc5e8e96c50c0198b708807c74f27c98d22 (patch) | |
tree | 609b86a99df98468a74c87f7d60502d75416eaaa /Tools/faqwiz | |
parent | 0922a569655a0dfdd8fbc953f6d78abe49ba35bd (diff) | |
download | cpython-d94c2dc5e8e96c50c0198b708807c74f27c98d22.zip cpython-d94c2dc5e8e96c50c0198b708807c74f27c98d22.tar.gz cpython-d94c2dc5e8e96c50c0198b708807c74f27c98d22.tar.bz2 |
# Bump version because of checkin to faqwiz.py. :-(
Diffstat (limited to 'Tools/faqwiz')
-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 7e43b10..cdc770d 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 = "1.0" # FAQ Wizard version +WIZVERSION = "1.0.1" # FAQ Wizard version # This parameter is normally overwritten with a dynamic value |