Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 36dfbcf

Browse files
committed
Version 1.0 is official!
1 parent 72dc60c commit 36dfbcf

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

Tools/faqwiz/README

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ FAQ Wizard
22
----------
33

44
Author: Guido van Rossum <[email protected]>
5-
Version: 0.9.0
6-
Date: 21 December 1997
5+
Version: 1.0
6+
Date: 6 April 1998
77

88

99
This is a CGI program that maintains a user-editable FAQ. It uses RCS
@@ -26,6 +26,9 @@ faqcust.py additional local customization module (optional)
2626
What's New?
2727
-----------
2828

29+
Version 1.0 corrects some minor bugs and uses tab-agnostic
30+
indentation; it is otherwise unchanged from version 0.9.0.
31+
2932
Version 0.9.0 uses the re module (Perl style regular expressions) for
3033
all its regular expression needs, instead of the regex and regsub
3134
modules (Emacs style). This affects the syntax for regular

Tools/faqwiz/faqconf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949

5050
# Version -- don't change unless you edit faqwiz.py
5151

52-
WIZVERSION = "0.9.0" # FAQ Wizard version
52+
WIZVERSION = "1.0" # FAQ Wizard version
5353

5454
# This parameter is normally overwritten with a dynamic value
5555

0 commit comments

Comments
 (0)