From 19d9edcfe10ed29416956e69f43200410f1ff9c0 Mon Sep 17 00:00:00 2001 From: Harry Chen Date: Sat, 19 Mar 2022 14:20:39 +0800 Subject: [PATCH] Bump to v7.2.4 Signed-off-by: Harry Chen --- CHANGELOG.md | 5 ++++- package.json | 2 +- thuthesis.dtx | 6 +++--- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc1bfb5e..086fa411 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ ## [Unreleased] +## [v7.2.4] - 2022-03-19 + ### Added - 增加警告提醒本科生将附录置于声明后([#682](https://github.com/tuna/thuthesis/issues/682))。 @@ -882,7 +884,8 @@ -[Unreleased]: https://github.com/tuna/thuthesis/compare/v7.2.3...HEAD +[Unreleased]: https://github.com/tuna/thuthesis/compare/v7.2.4...HEAD +[v7.2.4]: https://github.com/tuna/thuthesis/compare/v7.2.3...v7.2.4 [v7.2.3]: https://github.com/tuna/thuthesis/compare/v7.2.2...v7.2.3 [v7.2.2]: https://github.com/tuna/thuthesis/compare/v7.2.1...v7.2.2 [v7.2.1]: https://github.com/tuna/thuthesis/compare/v7.2.0...v7.2.1 diff --git a/package.json b/package.json index 34ae2a37..e6d3fb67 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "thuthesis", - "version": "7.2.3", + "version": "7.2.4", "description": "Tsinghua University Thesis LaTeX Template", "main": "gulpfile.js", "scripts": { diff --git a/thuthesis.dtx b/thuthesis.dtx index 5d259a4a..f2a48c8a 100644 --- a/thuthesis.dtx +++ b/thuthesis.dtx @@ -14,7 +14,7 @@ % % \iffalse %<*driver> -\ProvidesFile{thuthesis.dtx}[2021/05/31 7.2.3 Tsinghua University Thesis Template] +\ProvidesFile{thuthesis.dtx}[2022/03/19 7.2.4 Tsinghua University Thesis Template] \documentclass{ltxdoc} \usepackage{dtx-style} @@ -1250,7 +1250,7 @@ % \begin{macrocode} %\NeedsTeXFormat{LaTeX2e}[2017/04/15] %\ProvidesClass{thuthesis} -%[2021/05/31 7.2.3 Tsinghua University Thesis Template] +%[2022/03/19 7.2.4 Tsinghua University Thesis Template] % \end{macrocode} % % 报错 @@ -1306,7 +1306,7 @@ %<*cls> \hyphenation{Thu-Thesis} \def\thuthesis{ThuThesis} -\def\version{7.2.3} +\def\version{7.2.4} \RequirePackage{kvdefinekeys} \RequirePackage{kvsetkeys} \RequirePackage{kvoptions}