Skip to content

Commit 256c964

Browse files
committed
update dist
1 parent 1cd3f9e commit 256c964

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

sustechthesis.dtx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
%
1818
% \iffalse
1919
%<*driver>
20-
\ProvidesFile{sustechthesis.dtx}[2021/11/01 1.3.6 Southern University of Science and Technology Thesis Template]
20+
\ProvidesFile{sustechthesis.dtx}[2021/11/02 1.3.7 Southern University of Science and Technology Thesis Template]
2121
\documentclass{ltxdoc}
2222
\usepackage{dtx-style}
2323
\EnableCrossrefs
@@ -961,7 +961,7 @@
961961
% \begin{macrocode}
962962
%<cls>\NeedsTeXFormat{LaTeX2e}[2017/04/15]
963963
%<cls>\ProvidesClass{sustechthesis}
964-
%<cls>[2021/11/01 1.3.6 Southern University of Science and Technology Thesis Template]
964+
%<cls>[2021/11/02 1.3.7 Southern University of Science and Technology Thesis Template]
965965
% \end{macrocode}
966966
%
967967
% 报错
@@ -1011,7 +1011,7 @@
10111011
\hyphenation{Thu-Thesis SUSTech-Thesis}
10121012
\def\thuthesis{ThuThesis}
10131013
\def\sustechthesis{SUSTechThesis}
1014-
\def\version{1.3.6}
1014+
\def\version{1.3.7}
10151015
\RequirePackage{kvdefinekeys}
10161016
\RequirePackage{kvsetkeys}
10171017
\RequirePackage{kvoptions}

test/update-dist.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
import re
33

44
filename = "sustechthesis.dtx"
5-
new_version = "1.3.6"
6-
new_date = "2021/11/01"
5+
new_version = "1.3.7"
6+
new_date = "2021/11/02"
77

88
with open(filename, "r", encoding="utf-8") as f1:
99
with open("{filename}.bak", "w", encoding="utf-8") as f2:

0 commit comments

Comments
 (0)