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

Skip to content

Commit bd2d4f1

Browse files
committed
Use the \setshortversion macro to specify the abbreviated version number.
This partially addresses SourceForge bug #114318. Fix the release number -- this is supposed to be the *Python* release, not the documentation release! The later is given by the combination of the Python release number and the date. Add a comment so I can keep it straight.
1 parent d5d0435 commit bd2d4f1

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Doc/texinputs/boilerplate.tex

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
E-mail: \email{[email protected]}
66
}
77

8-
\date{September 12, 2000} % XXX update before release!
9-
\release{2.0b1.1}
8+
\date{\today} % XXX update before release!
9+
\release{2.0b1} % software release, not documentation
10+
\setshortversion{2.0} % major.minor only for Python

0 commit comments

Comments
 (0)