Skip to content

Commit 4d97619

Browse files
Release se2thesis v4.3.0
Fixed: - The spelling bachelor thesis and master thesis are widely used but seem to be wrong. According to the Oxford English Dictionary, the spelling shall be bachelor's thesis and master's thesis.
1 parent e998c52 commit 4d97619

6 files changed

+10
-7
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to
77

88
## [Unreleased]
99

10+
## [v4.3.0] – 2024–07–23
11+
1012
### Fixed
1113

1214
- The spelling bachelor thesis and master thesis are widely used but seem to be
@@ -243,7 +245,8 @@ These changes might be breaking changes!
243245
### Added
244246
- First official release
245247

246-
[Unreleased]: https://github.com/se2p/se2thesis/compare/v4.2.0...HEAD
248+
[Unreleased]: https://github.com/se2p/se2thesis/compare/v4.3.0...HEAD
249+
[v4.3.0]: https://github.com/se2p/se2thesis/compare/v4.3.0...v4.2.0
247250
[v4.2.0]: https://github.com/se2p/se2thesis/compare/v4.2.0...v4.1.0
248251
[v4.1.0]: https://github.com/se2p/se2thesis/compare/v4.1.0...v4.0.3
249252
[v4.0.3]: https://github.com/se2p/se2thesis/compare/v4.0.3...v4.0.2
0 Bytes
Binary file not shown.

se2colors.dtx

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@
231231
%
232232
% Identify the package and give the overall version information.
233233
% \begin{macrocode}
234-
\ProvidesExplPackage {se2colors} {2024-06-25} {4.2.0}
234+
\ProvidesExplPackage {se2colors} {2024-07-23} {4.3.0}
235235
{A colour support package for the se2thesis bundle}
236236
% \end{macrocode}
237237
%

se2fonts.dtx

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
%
152152
% Identify the package and give the overall version information.
153153
% \begin{macrocode}
154-
\ProvidesExplPackage {se2fonts} {2024-06-25} {4.2.0}
154+
\ProvidesExplPackage {se2fonts} {2024-07-23} {4.3.0}
155155
{A font-selection support package for the se2thesis bundle}
156156
% \end{macrocode}
157157
%

se2packages.dtx

+1-1
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@
470470
%
471471
% Identify the package and give the overall version information.
472472
% \begin{macrocode}
473-
\ProvidesExplPackage {se2packages} {2024-06-25} {4.2.0}
473+
\ProvidesExplPackage {se2packages} {2024-07-23} {4.3.0}
474474
{Supporting packages for the se2thesis bundle}
475475
% \end{macrocode}
476476
%

se2thesis.dtx

+3-3
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@
607607
%
608608
% Identify the class and give the overall version number.
609609
% \begin{macrocode}
610-
\ProvidesExplClass {se2thesis} {2024-06-25} {4.2.0}
610+
\ProvidesExplClass {se2thesis} {2024-07-23} {4.3.0}
611611
{A thesis class for the Chair of Software Engineering II}
612612
% \end{macrocode}
613613
%
@@ -1678,7 +1678,7 @@
16781678
% We provide the following English translations.
16791679
%
16801680
% \begin{macrocode}
1681-
\ProvideDictionaryFor{English}{se2translations}[2024/06/25]
1681+
\ProvideDictionaryFor{English}{se2translations}[2024/07/23]
16821682
\ProvideDictTranslation{abstract}{abstract}
16831683
\ProvideDictTranslation{Abstract}{Abstract}
16841684
\ProvideDictTranslation{acknowledgement}{acknowledgement}
@@ -1729,7 +1729,7 @@
17291729
% We provide the following German translations.
17301730
%
17311731
% \begin{macrocode}
1732-
\ProvideDictionaryFor{German}{se2translations}[2024/06/25]
1732+
\ProvideDictionaryFor{German}{se2translations}[2024/07/23]
17331733
\ProvideDictTranslation{abstract}{Zusammenfassung}
17341734
\ProvideDictTranslation{Abstract}{Zusammenfassung}
17351735
\ProvideDictTranslation{acknowledgement}{Danksagung}

0 commit comments

Comments
 (0)