Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8853b18 commit c65218eCopy full SHA for c65218e
1 file changed
Doc/texinputs/python.sty
@@ -1048,12 +1048,15 @@
1048
\newcommand{\py@release}{}
1049
\newcommand{\version}{}
1050
\newcommand{\shortversion}{}
1051
+\newcommand{\releaseinfo}{}
1052
\newcommand{\releasename}{Release}
1053
\newcommand{\release}[1]{%
1054
\renewcommand{\py@release}{\releasename\space\version}%
1055
\renewcommand{\version}{#1}}
1056
\newcommand{\setshortversion}[1]{%
1057
\renewcommand{\shortversion}{#1}}
1058
+\newcommand{\setreleaseinfo}[1]{%
1059
+ \renewcommand{\releaseinfo}{#1}}
1060
1061
% Allow specification of the author's address separately from the
1062
% author's name. This can be used to format them differently, which
0 commit comments