From a0d97d5bfe1d1e20761ddebfaf7392478680905a Mon Sep 17 00:00:00 2001 From: Harry Chen Date: Wed, 5 Oct 2022 16:40:18 +0800 Subject: [PATCH] Bump to v7.3.1 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 59a71505..36394921 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ ## [Unreleased] +## [v7.3.1] - 2022-10-05 + ### Added - 增加选项 `appendix-figure-in-lof` 控制附录中的图/表是否列入插图清单/附表清单。 @@ -915,7 +917,8 @@ -[Unreleased]: https://github.com/tuna/thuthesis/compare/v7.3.0...HEAD +[Unreleased]: https://github.com/tuna/thuthesis/compare/v7.3.1...HEAD +[v7.3.1]: https://github.com/tuna/thuthesis/compare/v7.3.0...v7.3.1 [v7.3.0]: https://github.com/tuna/thuthesis/compare/v7.2.4...v7.3.0 [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 diff --git a/package.json b/package.json index c3b71e10..27c3fa90 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "thuthesis", - "version": "7.3.0", + "version": "7.3.1", "description": "Tsinghua University Thesis LaTeX Template", "main": "gulpfile.js", "scripts": { diff --git a/thuthesis.dtx b/thuthesis.dtx index 6ba3421b..17d61b37 100644 --- a/thuthesis.dtx +++ b/thuthesis.dtx @@ -14,7 +14,7 @@ % % \iffalse %<*driver> -\ProvidesFile{thuthesis.dtx}[2022/05/17 7.3.0 Tsinghua University Thesis Template] +\ProvidesFile{thuthesis.dtx}[2022/10/05 7.3.1 Tsinghua University Thesis Template] \documentclass{ltxdoc} \usepackage{dtx-style} @@ -1248,7 +1248,7 @@ % \begin{macrocode} %\NeedsTeXFormat{LaTeX2e}[2017/04/15] %\ProvidesClass{thuthesis} -%[2022/05/17 7.3.0 Tsinghua University Thesis Template] +%[2022/10/05 7.3.1 Tsinghua University Thesis Template] % \end{macrocode} % % 报错 @@ -1306,7 +1306,7 @@ %<*cls> \hyphenation{Thu-Thesis} \def\thuthesis{ThuThesis} -\def\version{7.3.0} +\def\version{7.3.1} \RequirePackage{kvdefinekeys} \RequirePackage{kvsetkeys} \RequirePackage{kvoptions}