diff options
author | Guido van Rossum <guido@python.org> | 1997-10-07 14:56:09 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-10-07 14:56:09 (GMT) |
commit | 57d4c5510df3d7255ba0962b38abe86a7a4f26bc (patch) | |
tree | 5eab03f0d549fa3b43ecaf25db2ea85499b62f01 | |
parent | b6fd5a50b06314013e5a97cec40a681bcab3deb7 (diff) | |
download | cpython-57d4c5510df3d7255ba0962b38abe86a7a4f26bc.zip cpython-57d4c5510df3d7255ba0962b38abe86a7a4f26bc.tar.gz cpython-57d4c5510df3d7255ba0962b38abe86a7a4f26bc.tar.bz2 |
Version 0.8.1.
-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 9a5b000..a0dad2f 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.8" # FAQ Wizard version +WIZVERSION = "0.8.1" # FAQ Wizard version # This parameter is normally overwritten with a dynamic value |