From c134870da625603740336b3fe86514476b3ddd36 Mon Sep 17 00:00:00 2001 From: Harry Chen Date: Thu, 6 Apr 2023 17:11:06 +0800 Subject: [PATCH] Bump to v7.3.2 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 a658dbfc..1f706f09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ ## [Unreleased] +## [v7.3.2] - 2023-04-06 + ### Fixed - 修复学术成果没有连续编号的问题([#825](https://github.com/tuna/thuthesis/issues/825))。 @@ -926,7 +928,8 @@ -[Unreleased]: https://github.com/tuna/thuthesis/compare/v7.3.1...HEAD +[Unreleased]: https://github.com/tuna/thuthesis/compare/v7.3.2...HEAD +[v7.3.2]: https://github.com/tuna/thuthesis/compare/v7.3.1...v7.3.2 [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 diff --git a/package.json b/package.json index 27c3fa90..ca9a9a4d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "thuthesis", - "version": "7.3.1", + "version": "7.3.2", "description": "Tsinghua University Thesis LaTeX Template", "main": "gulpfile.js", "scripts": { diff --git a/thuthesis.dtx b/thuthesis.dtx index b62039c0..08aeecd9 100644 --- a/thuthesis.dtx +++ b/thuthesis.dtx @@ -14,7 +14,7 @@ % % \iffalse %<*driver> -\ProvidesFile{thuthesis.dtx}[2022/10/05 7.3.1 Tsinghua University Thesis Template] +\ProvidesFile{thuthesis.dtx}[2023/04/06 7.3.2 Tsinghua University Thesis Template] \documentclass{ltxdoc} \usepackage{dtx-style} @@ -1249,7 +1249,7 @@ % \begin{macrocode} %\NeedsTeXFormat{LaTeX2e}[2017/04/15] %\ProvidesClass{thuthesis} -%[2022/10/05 7.3.1 Tsinghua University Thesis Template] +%[2023/04/06 7.3.2 Tsinghua University Thesis Template] % \end{macrocode} % % 报错 @@ -1307,7 +1307,7 @@ %<*cls> \hyphenation{Thu-Thesis} \def\thuthesis{ThuThesis} -\def\version{7.3.1} +\def\version{7.3.2} \RequirePackage{kvdefinekeys} \RequirePackage{kvsetkeys} \RequirePackage{kvoptions}